Make the normalized markdown work with github markdown, if possible
- Dominant language
- Haskell
- Stars
- 1.3k
- Forks
- 148
- PR merge metrics
- No merged PRs in 30d
Description
Given the constraint of #339, make sure the normalized markdown format also gives the same HTML result with the github markdown parser, if possible.
Github seems to use one of these:
- https://github.com/vmg/sundown
- https://github.com/github/cmark
- https://github.com/github/markup
and commits to following CommonMark, with strictly optional extensions.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reading the constraint in issue #339, then review the linked sundown, cmark, and github/markup projects to determine which GitHub Markdown parser is relevant. Compare the normalized Markdown's rendered HTML with GitHub's result; done means the outputs match where the parser supports the same constructs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell, markdown
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100