aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/index.md21
1 files changed, 18 insertions, 3 deletions
diff --git a/testing/index.md b/testing/index.md
index 276fcb1..ca62e7f 100644
--- a/testing/index.md
+++ b/testing/index.md
@@ -22,7 +22,9 @@ Also a \\ at the end of a line turns into a line break, though they get wrapped
22 22
23Just to double check. That's a single space. 23Just to double check. That's a single space.
24 24
25\ 25\ \$ \' \" \| %
26
27I'm 100% sure that % will get treated correctly now.
26 28
27## Strike out 29## Strike out
28 30
@@ -96,6 +98,21 @@ Autonumbering? Needs the extension. Doesn't matter, they get renumbered anyway
96 98
97Next code block. 99Next code block.
98 100
101
102~~~lua
103 a simple
104 indented code block
105 <a/>
106 *hi*
107
108 - one
109
110 Plus some extra text.
111~~~
112
113
114Next code block.
115
99~~~ 116~~~
100< 117<
101 > 118 >
@@ -121,5 +138,3 @@ print'The problem here is that I have to use CSS to style these things, coz cmar
121|cell 0,0 |cell 0,1 | 138|cell 0,0 |cell 0,1 |
122|cell 1,0 |[linky](https://sledjhamr.org) | 139|cell 1,0 |[linky](https://sledjhamr.org) |
123 140
124
125I'm 100% sure that % will get treated correctly now.