-
Notifications
You must be signed in to change notification settings - Fork 334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace Pegdown with Commonmark #366
base: main
Are you sure you want to change the base?
Conversation
The hosting for the link above is at https://www.gwtproject.org.vertispan.com/ - the contents from gwtproject/gwt-site-webapp#13 is also included in that build. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Updated to latest gwt-site-webapp main and this PR at https://www.gwtproject.org.vertispan.com/ - looking good to me. |
Pegdown is no longer maintained, which will cause problems when upgrading build pipeline to Java 17.
Also it's nice to use an implemenntation of Markdown that is compatible with GH previews and IDE plugins -- commonmark seems to do quite well.
Three differences had to be handled in this PR though:
--
to en-dash,---
to em-dash, quotes) out of the box, HTML entities can be used instead.Fixes #332