Re: RFR: 8325168: JShell should support Markdown comments [v6]

2024-06-03 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. Jan Lahoda has updated the pull request incrementally with one additional commit since the last revis

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

2024-05-31 Thread Jonathan Gibbons
On Fri, 31 May 2024 06:28: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. > > Jan Lahoda has updated the pull request

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

2024-05-30 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. Jan Lahoda has updated the pull request with a new target base due to a merge or a rebase. The pull r

Re: RFR: 8325168: JShell should support Markdown comments [v4]

2024-05-24 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. Jan Lahoda has updated the pull request with a new target base due to a merge or a rebase. The pull r

Re: RFR: 8325168: JShell should support Markdown comments [v3]

2024-05-17 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. Jan Lahoda has updated the pull request with a new target base due to a merge or a rebase. The pull r

Re: RFR: 8325168: JShell should support Markdown comments [v2]

2024-05-07 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. Jan Lahoda has updated the pull request with a new target base due to a merge or a rebase. The pull r

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