aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/testing/index.md
diff options
context:
space:
mode:
authordvs12025-01-19 21:42:04 +1000
committerdvs12025-01-19 21:42:04 +1000
commitf390d7b83740e791031d2bb6e2b777596e23629a (patch)
tree6257f20217c050214d57aa47b134c1ac53571a06 /testing/index.md
parentUse the wiki print button, filter the wiki HTML early, and use cmark-gfm. (diff)
downloadnotYetAnotherWiki-f390d7b83740e791031d2bb6e2b777596e23629a.zip
notYetAnotherWiki-f390d7b83740e791031d2bb6e2b777596e23629a.tar.gz
notYetAnotherWiki-f390d7b83740e791031d2bb6e2b777596e23629a.tar.bz2
notYetAnotherWiki-f390d7b83740e791031d2bb6e2b777596e23629a.tar.xz
Tests++
Diffstat (limited to 'testing/index.md')
-rw-r--r--testing/index.md16
1 files changed, 13 insertions, 3 deletions
diff --git a/testing/index.md b/testing/index.md
index 6856b2c..b203c9e 100644
--- a/testing/index.md
+++ b/testing/index.md
@@ -16,9 +16,9 @@ people in charge of this poor defenseless world of ours.
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. 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.
24 24
@@ -84,19 +84,29 @@ Autonumbering? Nope. B-(
84 84
85 Plus some extra text. 85 Plus some extra text.
86 86
87Next code block.
88
87~~~ 89~~~
88< 90<
89 > 91 >
90~~~ 92~~~
91 93
94And a really long one, should turn scrollable.
95
92~~~lua 96~~~lua
93-- Show some Lua code here, may even be highlighted right. 97-- Show some Lua code here, may even be highlighted right.
94print("G'day world!") 98print("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??? 99-- 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.' 100print'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~~~ 101~~~
98 102
99> # What is a blockquote? 103> # What is a blockquote?
100> Still don't know. lol 104> Still don't know. lol
101> 105>
102> Just another useless way to eat space I guess.$_$ shrugs 106> Just another useless way to eat space I guess.$_$ shrugs
107
108
109|This should be a table. |With two columns and a link |
110|-------------------------|-------------------------------|
111|cell 0,0 |cell 0,1 |
112|cell 1,0 |[linky](https://sledjhamr.org) |