summaryrefslogtreecommitdiff
path: root/src/clarktown/parser.clj
AgeCommit message (Collapse)Author
2022-04-15Implement Markdown correction mechanismAsko Nõmm
This fixes the issue for ATX headings and code blocks where if there were no empty lines below and above of them it couldn't correctly identify those blocks as what they were. There's now a Markdown correction function where we can add more of these corrections in the future, making the whole thing a lot easier.
2022-04-10Re #4: Add full test coverage for quote blocks.Asko Nomm
2022-04-09Support settext headings (closes #6)Asko Nomm
2022-04-05bumpAsko Nomm
2021-12-07Pass renderers down to parsers for potential recursiveness and add quote blockAsko Nõmm