diff options
author | Case Duckworth | 2022-08-03 23:36:07 -0500 |
---|---|---|
committer | Case Duckworth | 2022-08-03 23:36:07 -0500 |
commit | 1c8e5f1ca9bf0eb6dad8a62bc87428610d96c350 (patch) | |
tree | a0e4c14ae7f88aca2ef777725641d95dccb4d52e /ht.conf | |
parent | Add README (diff) | |
download | ht-1c8e5f1ca9bf0eb6dad8a62bc87428610d96c350.tar.gz ht-1c8e5f1ca9bf0eb6dad8a62bc87428610d96c350.zip |
Begin anew
I think this might really be something!
Diffstat (limited to 'ht.conf')
-rw-r--r-- | ht.conf | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/ht.conf b/ht.conf new file mode 100644 index 0000000..0634a94 --- /dev/null +++ b/ht.conf | |||
@@ -0,0 +1,24 @@ | |||
1 | # hat trick configuration file | ||
2 | [config] | ||
3 | raw_delim ``` | ||
4 | raw_begin <pre><code> | ||
5 | raw_end </pre></code> | ||
6 | |||
7 | [block] | ||
8 | \# h1 | ||
9 | \## h2 | ||
10 | \### h3 | ||
11 | \#### h4 | ||
12 | \##### h5 | ||
13 | \###### h6 | ||
14 | |||
15 | - ul>li | ||
16 | % ol>li | ||
17 | |||
18 | > blockquote | ||
19 | |||
20 | [line] | ||
21 | @ <a href="$1">$2</a> | ||
22 | ` <code>$0</code> | ||
23 | / <em>$0</em> | ||
24 | * <strong>$0</strong> | ||