This is an implementation of the typeup markup language in Janet
- Install Janet (see also the official guide)
- Install typeup:
sudo jpm install 'https://git.sr.ht/~skuzzymiglet/typeup-janet'
# typeup <output format>
typeup html # reads standard input, writes to standard output
typeup md # GitHub flavored markdown
typeup ast # Internal AST
typeup meta.title # Metadata key "title"
typeup html < document.tup > output.html