Skip to content
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

Add Markdown parser (#11) #140

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

valpackett
Copy link

@valpackett valpackett commented Nov 13, 2024

WIP CommonMark parser // currently the block structure stage:

  • thematic breaks (hr)
  • ATX headings
  • Setext headings
  • indented code blocks
  • fenced code blocks
  • HTML blocks
  • link reference definitions
  • paragraphs
  • block quotes
  • lists

@ronaldtse
Copy link
Contributor

@valpackett ping for progress?

@valpackett
Copy link
Author

Been working on the inline part, the emphasis rules are a bit of a nightmare but I mostly have them working already (so far spec examples 350-415 are passing), also some other stuff like entities/escapes. Emphasis is the hard part, other inline elements should be easier to add..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants