RFR: JDK-8298405: Support Markdown in the standard doclet [v2]

Wim Deblauwe duke at openjdk.org
Wed Feb 1 06:44:54 UTC 2023


On Sat, 21 Jan 2023 11:55:15 GMT, Wim Deblauwe <duke at openjdk.org> wrote:

>> Jonathan Gibbons has updated the pull request incrementally with five additional commits since the last revision:
>> 
>>  - Update copyright years
>>  - Rename FFFC variable
>>    Share Markdown parser and renderer in instance of MarkdownHandler
>>  - Move CommonMark to new internal module.
>>    Add legal header to imported CommonMark source files
>>    Always use Text nodes inside AttributeTree values
>>    Unwrap <p> from "simple" paragraphs
>>  - Always use Text nodes inside AttributeTree values
>>  - Update to CommonMark 0.21.
>
> Is the work here done in a way that asciidoc ( https://docs.asciidoctor.org/ ) support is also possible?

> @wimdeblauwe, not sure if you've noticed it, but your comment was hidden: [#11701 (comment)](https://github.com/openjdk/jdk/pull/11701#issuecomment-1399237029). To make the comment visible and response possible, consider accepting TOU suggested by the bot. Thanks.

Thanks for letting me know! Should be ok now.

-------------

PR: https://git.openjdk.org/jdk/pull/11701


More information about the compiler-dev mailing list