question.html Formatting
This section contains various guides to format questions in a consistent manner that makes them more readable and understandable. The following guides can be applied to any question’s question.html
file for easy formatting. All of the following elements should be placed inside the <pl-question-panel>
tag.
Note that within any of these elements, if you want to render any of the following symbols, you should convert them to the following codes to not break the HTML:
<
→ <
>
→ >
&
→ &
For example, to properly render the text List<Integer>
, you should convert it to List<Integer>
in question.html
.
Here is a useful website that can do the conversion for you.