summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-04-07Add ability to create bold-italic text by using three consecutive asterisk ↵Asko Nomm
or underscores (re #5).
2022-04-07Add core overall test and fix code block ending being broken.Asko Nomm
2022-04-07Add tests for italic text, and support using `*` for italic text creation as ↵Asko Nomm
well (re #5)
2022-04-07Add tests for bold text, and support using `__` for bold text creation as ↵Asko Nomm
well (re #5)
2022-04-06Make the list block matcher even more specific in regard to unordered lists.Asko Nomm
2022-04-06Bump version.Asko Nomm
2022-04-06Fix #3Asko Nomm
2022-04-06Update READMEAsko Nomm
2022-04-06Test code blockAsko Nomm
2022-04-06Fix indentsAsko Nomm
2022-04-06Update project.cljAsko Nomm
2022-04-06Add comments.Asko Nomm
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-12Add code blockAsko Nomm
2021-12-07Add paragraph blockAsko Nõmm
2021-12-07Add paragraph blockAsko Nõmm
2021-12-07Fix quote blockAsko Nõmm
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-04Add horizontal line blockAsko Nõmm
2021-12-04Stitch code blocksAsko Nõmm
2021-12-04Add link and image rendererAsko Nõmm
2021-12-04Add strikethrough rendererAsko Nõmm
2021-12-04Improve heading block rendererAsko Nõmm
2021-12-04Add inline code rendererAsko Nõmm
2021-12-04Add italic text rendererAsko Nõmm
2021-12-02Add bold parserAsko Nõmm
2021-12-02Add licenseAsko Nõmm
2021-12-02Implement heading blockAsko Nõmm
2021-12-02Implement empty blockAsko Nõmm
2021-12-02bumpAsko Nõmm