RFR: 8325168: JShell should support Markdown comments [v5]

Jan Lahoda jlahoda at openjdk.org
Fri May 31 06:28:28 UTC 2024


> This is an attempt to add Markdown support in documentation comments to JShell.
> 
> It works by converting the Markdown text to HTML during the process of resolving `{@inheritDoc}` tags.

Jan Lahoda has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains 119 commits:

 - Merge branch 'master' into JDK-8298405
 - Merge remote-tracking branch 'origin/JDK-8332858' into JDK-8298405
 - Fixing prefix offset.
 - Fixing handling of synthetic/rewritten links.
 - Merge remote-tracking branch 'origin/JDK-8332858' into JDK-8298405
 - 8332858: References with escapes have broken positions after they are transformed
 - Fixing test.
 - Merge branch 'master' into JDK-8298405
 - Merge branch '8298405.doclet-markdown-v3' into JDK-8298405
 - address review feedback
 - ... and 109 more: https://git.openjdk.org/jdk/compare/2ab8ab56...d85a2b8a

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

Changes: https://git.openjdk.org/jdk/pull/17686/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=17686&range=04
  Stats: 2039 lines in 10 files changed: 1192 ins; 842 del; 5 mod
  Patch: https://git.openjdk.org/jdk/pull/17686.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/17686/head:pull/17686

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


More information about the javadoc-dev mailing list