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
path:
root
/
main.c
Age
Commit message (
Expand
)
Author
4 days
add newline after hvar :roots
HEAD
master
wrmr
4 days
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
move str_replace_end to str.h
WormHeamer
2025-03-10
replace .gmi with .html for local links properly
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
support giving - argument to read from stdin
WormHeamer
2025-03-08
initial commit
WormHeamer