8299902: Support for MarkDown javadoc in JShell#11936
Conversation
Add legal header to imported CommonMark source files Always use Text nodes inside AttributeTree values Unwrap <p> from "simple" paragraphs
Share Markdown parser and renderer in instance of MarkdownHandler
|
👋 Welcome back jlahoda! A progress list of the required criteria for merging this PR into |
Webrevs
|
|
@lahodaj This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration! |
|
The parent pull request that this pull request depends on has been closed without being integrated and the target branch of this pull request has been updated as the previous branch was deleted. This means that changes from the parent pull request will start to show up in this pull request. If closing the parent pull request was done in error, it will need to be re-opened and this pull request will need to manually be retargeted again. |
|
@lahodaj this pull request can not be integrated into git checkout markdown-in-jshell
git fetch https://git.openjdk.org/jdk master
git merge FETCH_HEAD
# resolve conflicts and follow the instructions given by git merge
git commit -m "Merge master"
git push |
|
|
Adding support for MarkDown javadoc in the JShell
Progress
Issue
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk pull/11936/head:pull/11936$ git checkout pull/11936Update a local copy of the PR:
$ git checkout pull/11936$ git pull https://git.openjdk.org/jdk pull/11936/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 11936View PR using the GUI difftool:
$ git pr show -t 11936Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/11936.diff