diff options
Diffstat (limited to 'test.ht')
-rw-r--r-- | test.ht | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/test.ht b/test.ht deleted file mode 100644 index 58125a8..0000000 --- a/test.ht +++ /dev/null | |||
@@ -1,32 +0,0 @@ | |||
1 | # ht: a bespoke document preparation system | ||
2 | ;;@title="ht: a bespoke document preparation system" | ||
3 | ;; comments are like this. | ||
4 | ;; they're a good time. | ||
5 | |||
6 | `ht | ||
7 | is a quasi-line-based markup language that takes inspiration from | ||
8 | @https://gemini.circumlunar.space/docs/gemtext.gmi gemtext\ | ||
9 | , | ||
10 | @https://daringfireball.net/projects/markdown/ markdown\ | ||
11 | , and others. | ||
12 | Its aim is to be somewhat easy to read while being fairly easy to parse. | ||
13 | |||
14 | In fact, | ||
15 | `ht | ||
16 | is a simple awk script. | ||
17 | |||
18 | ## Usage | ||
19 | |||
20 | - one | ||
21 | - two | ||
22 | - three | ||
23 | |||
24 | ordered list: | ||
25 | |||
26 | % one | ||
27 | % two | ||
28 | % three | ||
29 | |||
30 | ``` | ||
31 | ./ht.awk source.ht | ||
32 | ``` | ||