aboutsummaryrefslogtreecommitdiffstats
path: root/tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix spurious newlinesGravatar Peter McGoron 2025-01-271-2/+18
|
* expand starts and continues by adding current node as argumentGravatar Peter McGoron 2025-01-271-18/+18
| | | | | | | This simplifies the parser at the expense of moving the `add-new-node!` declaration into the `starts` procedure. This allows for the procedure to mutate the node when needed, which is needed for properly parsing pandoc-style grid tables.
* indented code block testGravatar Peter McGoron 2025-01-261-0/+68
|
* partial suppor for ATX headingsGravatar Peter McGoron 2025-01-261-0/+83
|
* fix tight nesting of block quotesGravatar Peter McGoron 2025-01-261-1/+27
|
* parsing testsGravatar Peter McGoron 2025-01-261-0/+143