# ht: a bespoke document preparation system ;; comments are like this. ;; they're a good time. `ht is a quasi-line-based markup language that takes inspiration from @https://gemini.circumlunar.space/docs/gemtext.gmi gemtext\ , @https://daringfireball.net/projects/markdown/ markdown\ , and others. Its aim is to be somewhat easy to read while being fairly easy to parse. In fact, `ht is a simple awk script. ## Usage - one - two - three ordered list: % one % two % three ``` ./ht.awk source.ht ```