summary refs log tree commit diff stats
path: root/ht.conf
diff options
context:
space:
mode:
Diffstat (limited to 'ht.conf')
-rw-r--r--ht.conf24
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]
3raw_delim ```
4raw_begin <pre><code>
5raw_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>