-
Notifications
You must be signed in to change notification settings - Fork 8
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
refactor: migrate to goldmark #89
Conversation
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.
Awesome, this is so great! Can you try it out on docs.sourcegraph.com locally and see if there are any regressions? (I mean, not 100% strict inspection, but just doing a quick check.)
|
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.
Have to admit: didn't review all of it and also not super carefully. If you tested this with our existing docs and the most complex pages look fine (something like this: https://docs.sourcegraph.com/batch_changes/how-tos/configuring_credentials) - let's do this!
Given we don't publish new versions automatically by just merging to |
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.
NICE!
Migrate our Markdown render from blackfriday to the state-of-the-art goldmark, which gives us more familiarity with GitHub GFM.
This refactoring should remain feature parity.
Test plan
Inline anchor
TOC and Markdown function (jsonschema)
Search
Warning and note