index
:
~wrmr/wdoc
this commit
master
Unnamed repository; edit this file 'description' to name the repository.
Worm Heamer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2 hours
add newline after hvar :roots
HEAD
master
wrmr
2 hours
add .links class to link lists
wrmr
2025-03-10
fix: don't strip off first character of title
wrmr
2025-03-10
figcaption at bottom, print none if no display text
WormHeamer
2025-03-10
add figure support
WormHeamer
2025-03-10
move *_IMPL to a separate compilation unit
WormHeamer
2025-03-10
add STR_IMPL
WormHeamer
2025-03-10
add stdint.h to arena.h
WormHeamer
2025-03-10
move str_replace_end to str.h
WormHeamer
2025-03-10
replace .gmi with .html for local links properly
WormHeamer
2025-03-10
add str_findc, str_find, and str_contains
WormHeamer
2025-03-09
construct list of blocks and lines first, instead of a single pass
WormHeamer
2025-03-09
add [-t TITLE] to usage string
WormHeamer
2025-03-09
add -t --title
WormHeamer
2025-03-09
factor html_head out of main
WormHeamer
2025-03-08
better error checking in hvar_calc
wrmr
2025-03-08
add -? / --help
wrmr
2025-03-08
add newlines after html elements in standalone mode
wrmr
2025-03-08
simplify read_all, prevent error on piping into stdin
WormHeamer
2025-03-08
fix broken install target
wrmr
2025-03-08
add .gitignore
WormHeamer
2025-03-08
allow -- argument to stop parsing options
WormHeamer
2025-03-08
support giving - argument to read from stdin
WormHeamer
2025-03-08
remove -flto flag
WormHeamer
2025-03-08
add install/uninstall target
wrmr
2025-03-08
initial commit
WormHeamer