diff options
author | Case Duckworth | 2022-08-07 00:49:11 -0500 |
---|---|---|
committer | Case Duckworth | 2022-08-07 00:49:11 -0500 |
commit | e94aa713d4ce61666b521b174b9981b957b48ec7 (patch) | |
tree | a428cfe4d3754da96c54bec5eb9419b7f9dbf40d /test.ht | |
parent | Ignore meta.sh (diff) | |
download | ht-e94aa713d4ce61666b521b174b9981b957b48ec7.tar.gz ht-e94aa713d4ce61666b521b174b9981b957b48ec7.zip |
"Real" initial commit
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 | ``` | ||