aboutsummaryrefslogtreecommitdiffstats
path: root/filters/lowdown-formatting
Commit message (Collapse)AuthorAgeFilesLines
* filters: add lowdown filter for readmela-ninpre2020-11-061-0/+3
it's suitable only for converting markdown to html, but i don't need more. lowdown is better than about-formatting.sh because it doesn't require shell. as i run this server on openbsd, web server is chrooted so every binary should be copied to chroot directory. since chroot is considered a security measure to restrict shell access, copying shell executable to chroot directory would be stupid.