diff options
author | Case Duckworth | 2022-06-15 09:53:23 -0500 |
---|---|---|
committer | Case Duckworth | 2022-06-15 09:53:23 -0500 |
commit | 155d920801d1881525ceae872430346b27772e57 (patch) | |
tree | 4840465ff579780d1a66e36713482c6113794239 /test.ht | |
download | ht-155d920801d1881525ceae872430346b27772e57.tar.gz ht-155d920801d1881525ceae872430346b27772e57.zip |
First commit
Diffstat (limited to 'test.ht')
-rw-r--r-- | test.ht | 27 |
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 | |||
3 | here's a test for ht.awk. | ||
4 | it's got paragraphs (these bad boys), long lines and such, and also raw blocks. | ||
5 | => https://example.com and links! | ||
6 | |||
7 | >>> | ||
8 | rawblock example1: all of them, & more <hi!> | ||
9 | ## fee fi fo fum | ||
10 | <<< | ||
11 | |||
12 | ## just html | ||
13 | but over two lines | ||
14 | |||
15 | >>> html | ||
16 | rawblock example2: just html | ||
17 | hey adora | ||
18 | <<< | ||
19 | |||
20 | ### not html | ||
21 | |||
22 | >>> -html | ||
23 | rawblock example3: everything /but/ html | ||
24 | # with a header inside, blah | ||
25 | <<< | ||
26 | |||
27 | and finally, the end of the file. | ||