You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just rendered the math Javadoc and noticed that Javadoc does not support markdown type paragraph formatting, i.e. inserting an empty line between paragraphs. This leads to a lot of block of texts without any formatting applied. Instead, HTML tags such as <p> should be utilized.
Furthermore, code blocks should be formatted using the HTML tag <pre>, or the @code annotation for inline code.
We should take a look over the Javadoc and fix any such issues before the next release.
The text was updated successfully, but these errors were encountered:
I just rendered the math Javadoc and noticed that Javadoc does not support markdown type paragraph formatting, i.e. inserting an empty line between paragraphs. This leads to a lot of block of texts without any formatting applied. Instead, HTML tags such as
<p>
should be utilized.Furthermore, code blocks should be formatted using the HTML tag
<pre>
, or the@code
annotation for inline code.We should take a look over the Javadoc and fix any such issues before the next release.
The text was updated successfully, but these errors were encountered: