summary refs log tree commit diff stats
path: root/test.ht
blob: 58125a8b9634bfac14d0093e1157be316658d378 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# ht: a bespoke document preparation system
;;@title="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
```