aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/testing/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'testing/index.md')
-rw-r--r--testing/index.md114
1 files changed, 82 insertions, 32 deletions
diff --git a/testing/index.md b/testing/index.md
index f926155..581d301 100644
--- a/testing/index.md
+++ b/testing/index.md
@@ -1,71 +1,94 @@
1--- 1# G'day world!
2pagetitle: "G'day world!" 2
3author: onefang 3I've been around since the early sixties, but no one ever noticed. You
4pagehistory: https://sledjhamr.org/cgit/notYetAnotherWiki/log/testing/index.md 4really should have tried to pay attention though, I'm awesome. I try to
5--- 5help the world, but that's not what everyone wants me to do. Well, the
6
7I'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
9help 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
27I'm 100% sure that % will get treated correctly now.
26 28
27## Strike out 29## Strike out
28 30
29Test ~~strike~~ --out--.$_$ Needs the extension. 31Test ~~strike~~ --out--. Needs the extension.
30 32
31### URL 33### URL
32 34
33[untalenz](https://untalenz.rocks/) 35[untalenz](https://untalenz.rocks/)
34 36
37[nope.example.com](http://nope.example.com/)
38
35https://sledjhamr.org/ 39https://sledjhamr.org/
36 40
37# Lists 41# Lists
38 42
39 43
40* zero 44* first star
41* 1 45* second star
42* two
43 46
44- zero 47<!-- Separate the lists. -->
45- 1
46- two
47 48
49- first dash
50- second dash
48 51
49No way to say "here is the end of the list" without putting something **else** here?$_$ Ah a comment will work, or anything else. 52No way to say "here is the end of the list" without putting something **else** here? Ah a comment will work, or anything else.
50 53
541. one
552. two
56
57<!-- A comment will work -->
51 58
590. zero
521. one 601. one
532. 2 612. two
54 62
63Autonumbering? Needs the extension. Doesn't matter, they get renumbered anyway if out of order.
55 64
56<!-- A comment will work --> 650. zero
66#. first hash
67#. second hash
57 68
69<!-- Separate the lists. -->
58 70
590. 0 71#. first hash
601. one 72#. second hash
612. 2 73#. third hash
62 74
63Autonumbering? Nope. B-( 75<!-- Separate the lists. -->
64 76
650. zero 770. zero
66 1 782. two
67 two 791. one
80
81Bug. If there's a single word and period at the beginning of a line, it gets turned into a list, or list item.
82
83<!-- Separate the lists. -->
84
85Bug. If there's a single word and period at the beginning of a line, it gets turned into a list, or list item.
86
87~~~
88Bug. If there's a single word and period at the beginning of a line, it gets turned into a list, or list item.
89~~~
68 90
91The stuff in a code block is in a different font, it's mono. lol
69 92
70# images 93# images
71 94
@@ -84,19 +107,46 @@ Autonumbering? Nope. B-(
84 107
85 Plus some extra text. 108 Plus some extra text.
86 109
110
111Next code block.
112
113
114~~~lua
115 a simple
116 indented code block
117 <a/>
118 *hi*
119
120 - one
121
122 Plus some extra text.
123~~~
124
125
126Next code block.
127
87~~~ 128~~~
88< 129<
89 > 130 >
90~~~ 131~~~
91 132
133And a really long one, should turn scrollable.
92~~~lua 134~~~lua
93-- Show some Lua code here, may even be highlighted right. 135-- Show some Lua code here, may even be highlighted right.
94print("G'day world!") 136print("G'day world!")
95-- Let's see what happens with the HTML output by cmark, then gets rendered by the web browser, inside my CSS styled pre code thingy that cmark produces. For a very very very loooong line. Needs to be much longer. What else can I add to this already quite long line to get it to trigger being overly long? I need even mooooooore??? 137-- Let's see what happens with the HTML output by cmark, then gets rendered by the web browser, inside my CSS styled pre code thingy that cmark produces. For a very very very loooong line. Needs to be much longer. What else can I add to this already quite long line to get it to trigger being overly long? I need even mooooooore???
96print'The problem here is that I have to use CSS to style these things, coz cmark wont let me at the style stuff as far as I can see. But using CSS web browsers think the nmall box STILL extends all the way to the end of the content, but the scroll works anyway. So it's fucking up the size of the container.' 138print'The problem here is that I have to use CSS to style these things, coz cmark wont let me at the style stuff as far as I can see. But using CSS web browsers think the small box STILL extends all the way to the end of the content, but the scroll works anyway. So it's fucking up the size of the container.'
97~~~ 139~~~
98 140
99> # What is a blockquote? 141> # What is a blockquote?
100> Still don't know. lol 142> Still don't know. lol
101> 143>
102> Just another useless way to eat space I guess.$_$ shrugs 144> Just another useless way to eat space I guess. shrugs
145> Might be why emails sometimes get that symbol dropped in HTML conversions.
146
147
148|This should be a table. |With two columns and a link |
149|-------------------------|-------------------------------|
150|cell 0,0 |cell 0,1 |
151|cell 1,0 |[linky](https://sledjhamr.org) |
152