Re: RFR: 8325168: JShell should support Markdown comments

2024-03-25 Thread Jonathan Gibbons
On Fri, 2 Feb 2024 14:02:28 GMT, Jan Lahoda wrote: > 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. Changes requested by jjg (Reviewer). Compared to

Re: RFR: 8325168: JShell should support Markdown comments

2024-03-25 Thread Jan Lahoda
On Fri, 2 Feb 2024 14:02:28 GMT, Jan Lahoda wrote: > 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. Thanks for the comments! I've dropped the `ToHTML

RFR: 8325168: JShell should support Markdown comments

2024-03-25 Thread Jan Lahoda
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. - Depends on: https://git.openjdk.org/jdk/pull/16388 Commit messages: - Cleanup. - Preventing a N