Investigate support for more javadoc html tags #2262
Labels
enhancement
An issue for a feature or an overall improvement
format: Javadoc
An issue/PR related to Dokka's Javadoc output format or the Javadoc comments in general
language: Java
Issue/PR related to the Java language feature/analysis/docs
At the moment, there's inconsistency and confusion when it comes to javadoc html tags support
There are basically 3 kinds of tags atm:
<br>
is not parsed and is therefore lost, but we have support for it internally (same implementation as forMarkdownTokenTypes.HARD_LINE_BREAK
). Same for strikethrough. These should be simple fixesProposal:
br
andstrike
) or where very little work is neededThe text was updated successfully, but these errors were encountered: