summary refs log tree commit diff stats
path: root/test.ht
diff options
context:
space:
mode:
Diffstat (limited to 'test.ht')
-rw-r--r--test.ht32
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
7is 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.
12Its aim is to be somewhat easy to read while being fairly easy to parse.
13
14In fact,
15`ht
16is a simple awk script.
17
18## Usage
19
20- one
21- two
22- three
23
24ordered list:
25
26% one
27% two
28% three
29
30```
31./ht.awk source.ht
32```