Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-04 | feat(creole): Add horizontal rule | Linnnus | |
2024-04-04 | test(creole): Add test for inline tt | Linnnus | |
2024-04-04 | feat(creole): Basic support for lists | Linnnus | |
2024-04-01 | fix: Escape quotes in print_escaped() | Linnnus | |
2024-03-07 | test(creole): Document behavior for empty bold/emphasis | Linnnus | |
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-07 | feat(creole): Add nowiki blocks | Linnnus | |
2024-02-17 | feat(creole): support inline nowiki | Linnnus | |
2024-02-17 | feat(creole): handle escaped raw URLs | Linnnus | |
2024-02-17 | test(creole): add case for markup in named link | Linnnus | |
2024-02-17 | fix(creole): Handle escapes properly | Linnnus | |
A faulty boolean expression was to blame. This patch also adds the necessary tests to prevent relapses (i forgot det technical term). | |||
2024-02-17 | feat(creole): Support strong/bold | Linnnus | |
2024-02-17 | feat: Add creole utility | Linnnus | |
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). |