summaryrefslogtreecommitdiff
path: root/src/creole_test_main.c
AgeCommit message (Collapse)Author
2024-04-04feat(creole): Add horizontal ruleLinnnus
2024-04-04test(creole): Add test for inline ttLinnnus
2024-04-04feat(creole): Basic support for listsLinnnus
2024-04-01fix: Escape quotes in print_escaped()Linnnus
2024-03-07test(creole): Document behavior for empty bold/emphasisLinnnus
I don't know whether this should be considered a bug or not. I think it's pretty reasonable behavior to not recognize empty tags, since the writer probably isn't thinking about their function in the markup if there's nothing inside.
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).