summary refs log tree commit diff stats
path: root/test.ht
blob: 97425a9a7727001eb17d0eae2f7f26eae55267df (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

;; 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
```