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.ht27
1 files changed, 27 insertions, 0 deletions
diff --git a/test.ht b/test.ht new file mode 100644 index 0000000..0208568 --- /dev/null +++ b/test.ht
@@ -0,0 +1,27 @@
1# a test
2
3here's a test for ht.awk.
4it's got paragraphs (these bad boys), long lines and such, and also raw blocks.
5=> https://example.com and links!
6
7>>>
8rawblock example1: all of them, & more <hi!>
9## fee fi fo fum
10<<<
11
12## just html
13but over two lines
14
15>>> html
16rawblock example2: just html
17hey adora
18<<<
19
20### not html
21
22>>> -html
23rawblock example3: everything /but/ html
24# with a header inside, blah
25<<<
26
27and finally, the end of the file.