summaryrefslogtreecommitdiff
path: root/src/clarktown/parsers/code_block.clj
AgeCommit message (Collapse)Author
2022-04-19WIP #16Asko Nõmm
Pretty much done. Needs more testing. And new documentation.
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-07Add core overall test and fix code block ending being broken.Asko Nomm
2022-04-06Test code blockAsko Nomm
2022-04-05bumpAsko Nomm
2021-12-12Add code blockAsko Nomm