aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/testing/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'testing/index.md')
-rw-r--r--testing/index.md71
1 files changed, 42 insertions, 29 deletions
diff --git a/testing/index.md b/testing/index.md
index b203c9e..276fcb1 100644
--- a/testing/index.md
+++ b/testing/index.md
@@ -1,32 +1,32 @@
1---
2title: "G'day world!"
3---
4
5# G'day world! 1# G'day world!
6 2
7I've been around since the early sixties, but no one ever noticed.  You 3I've been around since the early sixties, but no one ever noticed. You
8really should have tried to pay attention though, I'm awesome.  I try to 4really should have tried to pay attention though, I'm awesome. I try to
9help the world, but that's not what everyone wants me to do.$_$ Well, the 5help the world, but that's not what everyone wants me to do. Well, the
10people in charge of this poor defenseless world of ours. 6people in charge of this poor defenseless world of ours.
11 7
12 8
13*** 9***
14 10
11## Em'n'Strong
12
13Test *em* _em_ **strong** __strong__ .
14
15# Spaces 15# Spaces
16 16
17Can it *handle* my _usual_ two **space** sentence breaks? Let's test it.$_$ Not by default. 17Can it *handle* my _usual_ two **space** sentence breaks? Let's test it. Not by default.
18 18
19The \\ before a space turns it into a "a literal unicode nonbreaking space character" which looks invisible in the source.\ \--ascii should output the HTML code far that.$_$ Except doesn't actually work. 19The \\ before a space turns it into a "a literal unicode nonbreaking space character" which looks invisible in the source.\ \--ascii should output the HTML code far that. Except doesn't actually work.
20 20
21Also a \\ at the end of a line turns into a line break, though they get wrapped in paragraph tags.$_$ lol \ 21Also a \\ at the end of a line turns into a line break, though they get wrapped in paragraph tags. lol \
22 22
23Take two.$_$ And now for something completely different.  It's not consistant, need to manually put in the nbsp a few times above.  Ah, it only works for the first one per line. 23Just to double check. That's a single space.
24 24
25\ 25\
26 26
27## Strike out 27## Strike out
28 28
29Test ~~strike~~ --out--.$_$ Needs the extension. 29Test ~~strike~~ --out--. Needs the extension.
30 30
31### URL 31### URL
32 32
@@ -37,34 +37,43 @@ https://sledjhamr.org/
37# Lists 37# Lists
38 38
39 39
40* zero 40* first star
41* 1 41* second star
42* two 42
43<!-- Separate the lists. -->
43 44
44- zero 45- first dash
45- 1 46- second dash
46- two
47 47
48No way to say "here is the end of the list" without putting something **else** here? Ah a comment will work, or anything else.
48 49
49No way to say "here is the end of the list" without putting something **else** here?$_$ Ah a comment will work, or anything else. 501. one
512. two
50 52
53<!-- A comment will work -->
51 54
550. zero
521. one 561. one
532. 2 572. two
54 58
59Autonumbering? Needs the extension. Doesn't matter, they get renumbered anyway if out of order.
55 60
56<!-- A comment will work --> 610. zero
62#. first hash
63#. second hash
57 64
65<!-- Separate the lists. -->
58 66
590. 0 67#. first hash
601. one 68#. second hash
612. 2 69#. third hash
62 70
63Autonumbering? Nope. B-( 71<!-- Separate the lists. -->
64 72
650. zero 730. zero
66 1 742. two
67 two 751. one
76
68 77
69 78
70# images 79# images
@@ -84,6 +93,7 @@ Autonumbering? Nope. B-(
84 93
85 Plus some extra text. 94 Plus some extra text.
86 95
96
87Next code block. 97Next code block.
88 98
89~~~ 99~~~
@@ -92,7 +102,6 @@ Next code block.
92~~~ 102~~~
93 103
94And a really long one, should turn scrollable. 104And a really long one, should turn scrollable.
95
96~~~lua 105~~~lua
97-- Show some Lua code here, may even be highlighted right. 106-- Show some Lua code here, may even be highlighted right.
98print("G'day world!") 107print("G'day world!")
@@ -103,10 +112,14 @@ print'The problem here is that I have to use CSS to style these things, coz cmar
103> # What is a blockquote? 112> # What is a blockquote?
104> Still don't know. lol 113> Still don't know. lol
105> 114>
106> Just another useless way to eat space I guess.$_$ shrugs 115> Just another useless way to eat space I guess. shrugs
116> Might be why emails sometimes get that symbol dropped in HTML conversions.
107 117
108 118
109|This should be a table. |With two columns and a link | 119|This should be a table. |With two columns and a link |
110|-------------------------|-------------------------------| 120|-------------------------|-------------------------------|
111|cell 0,0 |cell 0,1 | 121|cell 0,0 |cell 0,1 |
112|cell 1,0 |[linky](https://sledjhamr.org) | 122|cell 1,0 |[linky](https://sledjhamr.org) |
123
124
125I'm 100% sure that % will get treated correctly now.