index
:
simple-wiki.git
master
My take on a minimal Wiki system
Git server user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2024-04-01
fix: Escape quotes in print_escaped()
Linnnus
2024-03-07
test(creole): Document behavior for empty bold/emphasis
Linnnus
2024-03-07
feat(creole): Add nowiki blocks
Linnnus
2024-02-17
refactor(creole): Use starts_with everywhere
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
2024-02-17
feat(creole): Support strong/bold
Linnnus
2024-02-17
chore: avoid sign warnings
Linnnus
2024-02-17
feat: Add creole utility
Linnnus
2024-02-16
feat(creole): Add emphasis
Linnnus
2024-02-16
fix(creole): Add special case for "." at end of raw URL
Linnnus
2024-02-16
test(creole): Add test for empty input
Linnnus
2024-02-16
feat(creole): Support raw URLs
Linnnus
2024-02-14
feat(creole): Support [[https://example.com|links]]
Linnnus
2024-02-14
test(creole): Show input markup on failing tests
Linnnus
2024-02-12
feat: Change suffixes when converting
Linnnus
2024-02-04
feat(creole): escape special HTML characters
Linnnus
2024-02-04
test(creole): Highlight current tests
Linnnus
2024-02-04
feat(creole): Add basic paragraphs
Linnnus
2024-02-04
feat(creole): support headers
Linnnus
2024-02-04
test(creole): move creole tests to static data
Linnnus
2024-02-04
feat: initial commit
Linnnus