summaryrefslogtreecommitdiff
path: root/src/creole_test_main.c
AgeCommit message (Collapse)Author
2024-03-07feat(creole): Add nowiki blocksLinnnus
2024-02-17feat(creole): support inline nowikiLinnnus
2024-02-17feat(creole): handle escaped raw URLsLinnnus
2024-02-17test(creole): add case for markup in named linkLinnnus
2024-02-17fix(creole): Handle escapes properlyLinnnus
A faulty boolean expression was to blame. This patch also adds the necessary tests to prevent relapses (i forgot det technical term).
2024-02-17feat(creole): Support strong/boldLinnnus
2024-02-17feat: Add creole utilityLinnnus
This patch a) gives the different binaries' main() files more meaning full names and b) adds the creole binary, which works like smu except for my dialect of Creole (which should hopefully approach proper Creole as this repo matures).