aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/testing/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'testing/index.md')
-rw-r--r--testing/index.md117
1 files changed, 82 insertions, 35 deletions
diff --git a/testing/index.md b/testing/index.md
index 54808d5..581d301 100644
--- a/testing/index.md
+++ b/testing/index.md
@@ -1,74 +1,94 @@
1--- 1# G'day world!
2favicon: cartdave_favicon.png 2
3pagetitle: "G'day world!" 3I've been around since the early sixties, but no one ever noticed. You
4author: onefang 4really should have tried to pay attention though, I'm awesome. I try to
5feedatom: https://sledjhamr.org/cgit/notYetAnotherWiki/atom 5help the world, but that's not what everyone wants me to do. Well, the
6history: https://sledjhamr.org/cgit/notYetAnotherWiki/log/testing/index.md
7sourcecode: https://sledjhamr.org/cgit/notYetAnotherWiki/
8---
9
10I've been around since the early sixties, but no one ever noticed.  You
11really should have tried to pay attention though, I'm awesome.  I try to
12help the world, but that's not what everyone wants me to do.$_$ Well, the
13people in charge of this poor defenseless world of ours. 6people in charge of this poor defenseless world of ours.
14 7
15 8
16*** 9***
17 10
11## Em'n'Strong
12
13Test *em* _em_ **strong** __strong__ .
14
18# Spaces 15# Spaces
19 16
20Can 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.
21 18
22The \\ 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.
23 20
24Also 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 \
25 22
26Take 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.
27 24
28\ 25\ \$ \' \" \| %
26
27I'm 100% sure that % will get treated correctly now.
29 28
30## Strike out 29## Strike out
31 30
32Test ~~strike~~ --out--.$_$ Needs the extension. 31Test ~~strike~~ --out--. Needs the extension.
33 32
34### URL 33### URL
35 34
36[untalenz](https://untalenz.rocks/) 35[untalenz](https://untalenz.rocks/)
37 36
37[nope.example.com](http://nope.example.com/)
38
38https://sledjhamr.org/ 39https://sledjhamr.org/
39 40
40# Lists 41# Lists
41 42
42 43
43* zero 44* first star
44* 1 45* second star
45* two
46 46
47- zero 47<!-- Separate the lists. -->
48- 1
49- two
50 48
49- first dash
50- second dash
51 51
52No 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.
53 53
541. one
552. two
56
57<!-- A comment will work -->
54 58
590. zero
551. one 601. one
562. 2 612. two
57 62
63Autonumbering? Needs the extension. Doesn't matter, they get renumbered anyway if out of order.
58 64
59<!-- A comment will work --> 650. zero
66#. first hash
67#. second hash
60 68
69<!-- Separate the lists. -->
61 70
620. 0 71#. first hash
631. one 72#. second hash
642. 2 73#. third hash
65 74
66Autonumbering? Nope. B-( 75<!-- Separate the lists. -->
67 76
680. zero 770. zero
69 1 782. two
70 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~~~
71 90
91The stuff in a code block is in a different font, it's mono. lol
72 92
73# images 93# images
74 94
@@ -87,19 +107,46 @@ Autonumbering? Nope. B-(
87 107
88 Plus some extra text. 108 Plus some extra text.
89 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
90~~~ 128~~~
91< 129<
92 > 130 >
93~~~ 131~~~
94 132
133And a really long one, should turn scrollable.
95~~~lua 134~~~lua
96-- Show some Lua code here, may even be highlighted right. 135-- Show some Lua code here, may even be highlighted right.
97print("G'day world!") 136print("G'day world!")
98-- 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???
99print'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.'
100~~~ 139~~~
101 140
102> # What is a blockquote? 141> # What is a blockquote?
103> Still don't know. lol 142> Still don't know. lol
104> 143>
105> 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