summaryrefslogtreecommitdiff
path: root/resources
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-10Close #11: Support dash unordered listsAsko Nomm
2022-04-10Fix #9: Underscores in links get rendered intoAsko Nomm
2022-04-09Add full test coverage for strikethrough text (re #4)Asko Nomm
2022-04-09Add full test coverage for horizontal line block (re #4)Asko Nomm
2022-04-09Add full test coverage for code blocks (re #4)Asko Nomm
2022-04-09Support settext headings (closes #6)Asko Nomm
2022-04-07Add test for bold text inside a block of italic text. (re #5)Asko Nomm
2022-04-07Add core test dataAsko Nomm
2022-04-07Add core overall test and fix code block ending being broken.Asko Nomm
2022-04-06Test code blockAsko Nomm