Description List not handled in docs #2213
Labels
bug
feedback: Google
An issue/PR submitted by colleagues at Google, most likely related to the Android API reference docs
Describe the bug
Description List (
<dl>
,<dt>
,<dd>
) isn't parsed properly.In java, the description items are removed. In Kotlin they appear as body text instead of structured DocTag elements
Expected behaviour
Dl, Dt, DD appear as structured
DocTag
elementsScreenshots
From Kotlin source:
From Java source:
To Reproduce
Installation
The text was updated successfully, but these errors were encountered: