dishmint / Markdown2WL

Lex and Parse Markdown in Wolfram Language
MIT License
13 stars 2 forks source link

Verify Parser Tests #37

Open dishmint opened 1 year ago

dishmint commented 1 year ago

The parser tests need to be verified. I constructed them by running ImportMarkdown on the test input from the markdown field in the commonmark v0.30 JSON tests. There's no guarantee they are correct right now. A brief look at some of the initial tests suggests they probably all are not correct. (or at least not expected)

dishmint commented 7 months ago

Order of Lexing could fix the CodeBlock text getting tokenized.

Lex delimiters after lexing blocks.

dishmint commented 6 months ago

Pass Rate