Closed mangstadt closed 6 years ago
OakBot treats any bulleted/numbered lists as part of the preceding paragraph
For example, given this method documentation: https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html#toString-double-
OakBot outputs: https://chat.stackoverflow.com/transcript/message/43533363#43533363
Fixed in https://github.com/JavaChat/oakbot-doclet/commit/9d5dde2a2dad58b1653e5629466a61db7c97f1e8
Lists are treated as paragraphs now. The <li> elements are ignored.
<li>
OakBot treats any bulleted/numbered lists as part of the preceding paragraph
For example, given this method documentation: https://docs.oracle.com/javase/8/docs/api/java/lang/Double.html#toString-double-
OakBot outputs: https://chat.stackoverflow.com/transcript/message/43533363#43533363