summaryrefslogtreecommitdiff
path: root/src/clarktown/core.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-06Fixes list blocks, which can now be of any depth and should work just fine.Asko Nomm
2022-04-05bumpAsko Nomm
2021-12-07Pass renderers down to parsers for potential recursiveness and add quote blockAsko Nõmm
2021-12-04Add fallback rendering (used for paragraphs)Asko Nõmm
2021-12-04Stitch code blocksAsko Nõmm
2021-12-02Add bold parserAsko Nõmm
2021-12-02bumpAsko Nõmm