summaryrefslogtreecommitdiff
path: root/src/clarktown/parsers/bold.clj
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 tests for bold text, and support using `__` for bold text creation as ↵Asko Nomm
well (re #5)
2022-04-05bumpAsko Nomm
2021-12-07Pass renderers down to parsers for potential recursiveness and add quote blockAsko Nõmm
2021-12-02Add bold parserAsko Nõmm