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
Unlike javadoc, Dokka does not support embedded HTML in comments. The Smithy spec specifies that documentation is specified in CommonMark, of which HTML is a subset. In practice, most if not all AWS docs appear to be HTML documents.
When HTML is embedded in Dokka comments, the IDE does not display any content wrapped in tags. The short term solution is to simply remove most common HTML tags from the HTML documentation so that it is visiable to the user. However this destroys formatting and other important information. The better solution is to convert HTML markup into markdown.
From a brief search there seem to be a few JVM libraries that do this. Unsure if they are suitable or a homegrown solution is needed.
Acceptance Criteria: HTML docs are translated into Markdown such that important details and basic formatting are preserved from the HTML.
internal id: 177053427
The text was updated successfully, but these errors were encountered:
Unlike javadoc, Dokka does not support embedded HTML in comments. The Smithy spec specifies that documentation is specified in CommonMark, of which HTML is a subset. In practice, most if not all AWS docs appear to be HTML documents.
When HTML is embedded in Dokka comments, the IDE does not display any content wrapped in tags. The short term solution is to simply remove most common HTML tags from the HTML documentation so that it is visiable to the user. However this destroys formatting and other important information. The better solution is to convert HTML markup into markdown.
From a brief search there seem to be a few JVM libraries that do this. Unsure if they are suitable or a homegrown solution is needed.
Acceptance Criteria: HTML docs are translated into Markdown such that important details and basic formatting are preserved from the HTML.
internal id: 177053427
The text was updated successfully, but these errors were encountered: