summary refs log tree commit diff stats
path: root/test.ht
diff options
context:
space:
mode:
authorCase Duckworth2022-08-07 00:49:11 -0500
committerCase Duckworth2022-08-07 00:49:11 -0500
commite94aa713d4ce61666b521b174b9981b957b48ec7 (patch)
treea428cfe4d3754da96c54bec5eb9419b7f9dbf40d /test.ht
parentIgnore meta.sh (diff)
downloadht-e94aa713d4ce61666b521b174b9981b957b48ec7.tar.gz
ht-e94aa713d4ce61666b521b174b9981b957b48ec7.zip
"Real" initial commit
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```