diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/.md.md | 1 | ||||
-rw-r--r-- | testing/MeTaDaTa.md | 3 | ||||
-rw-r--r-- | testing/index.md | 114 | ||||
-rw-r--r-- | testing/index.md.md | 1 |
4 files changed, 84 insertions, 35 deletions
diff --git a/testing/.md.md b/testing/.md.md new file mode 100644 index 0000000..28c4410 --- /dev/null +++ b/testing/.md.md | |||
@@ -0,0 +1 @@ | |||
logo=Connie_click-me.gif | |||
diff --git a/testing/MeTaDaTa.md b/testing/MeTaDaTa.md deleted file mode 100644 index c4b8e60..0000000 --- a/testing/MeTaDaTa.md +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | --- | ||
2 | logo: Connie_click-me.gif | ||
3 | --- | ||
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! |
2 | pagetitle: "G'day world!" | 2 | |
3 | author: onefang | 3 | I've been around since the early sixties, but no one ever noticed. You |
4 | pagehistory: https://sledjhamr.org/cgit/notYetAnotherWiki/log/testing/index.md | 4 | really should have tried to pay attention though, I'm awesome. I try to |
5 | --- | 5 | help the world, but that's not what everyone wants me to do. Well, the |
6 | |||
7 | I've been around since the early sixties, but no one ever noticed. You | ||
8 | really should have tried to pay attention though, I'm awesome. I try to | ||
9 | help the world, but that's not what everyone wants me to do.$_$ Well, the | ||
10 | people in charge of this poor defenseless world of ours. | 6 | people in charge of this poor defenseless world of ours. |
11 | 7 | ||
12 | 8 | ||
13 | *** | 9 | *** |
14 | 10 | ||
11 | ## Em'n'Strong | ||
12 | |||
13 | Test *em* _em_ **strong** __strong__ . | ||
14 | |||
15 | # Spaces | 15 | # Spaces |
16 | 16 | ||
17 | Can it *handle* my _usual_ two **space** sentence breaks? Let's test it.$_$ Not by default. | 17 | Can it *handle* my _usual_ two **space** sentence breaks? Let's test it. Not by default. |
18 | 18 | ||
19 | The \\ 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. | 19 | The \\ 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 | ||
21 | Also a \\ at the end of a line turns into a line break, though they get wrapped in paragraph tags.$_$ lol | 21 | Also a \\ at the end of a line turns into a line break, though they get wrapped in paragraph tags. lol \ |
22 | 22 | ||
23 | Take 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. | 23 | Just to double check. That's a single space. |
24 | 24 | ||
25 | \ | 25 | \ \$ \' \" \| % |
26 | |||
27 | I'm 100% sure that % will get treated correctly now. | ||
26 | 28 | ||
27 | ## Strike out | 29 | ## Strike out |
28 | 30 | ||
29 | Test ~~strike~~ --out--.$_$ Needs the extension. | 31 | Test ~~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 | |||
35 | https://sledjhamr.org/ | 39 | https://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 | ||
49 | No way to say "here is the end of the list" without putting something **else** here?$_$ Ah a comment will work, or anything else. | 52 | No 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 | ||
54 | 1. one | ||
55 | 2. two | ||
56 | |||
57 | <!-- A comment will work --> | ||
51 | 58 | ||
59 | 0. zero | ||
52 | 1. one | 60 | 1. one |
53 | 2. 2 | 61 | 2. two |
54 | 62 | ||
63 | Autonumbering? Needs the extension. Doesn't matter, they get renumbered anyway if out of order. | ||
55 | 64 | ||
56 | <!-- A comment will work --> | 65 | 0. zero |
66 | #. first hash | ||
67 | #. second hash | ||
57 | 68 | ||
69 | <!-- Separate the lists. --> | ||
58 | 70 | ||
59 | 0. 0 | 71 | #. first hash |
60 | 1. one | 72 | #. second hash |
61 | 2. 2 | 73 | #. third hash |
62 | 74 | ||
63 | Autonumbering? Nope. B-( | 75 | <!-- Separate the lists. --> |
64 | 76 | ||
65 | 0. zero | 77 | 0. zero |
66 | 1 | 78 | 2. two |
67 | two | 79 | 1. one |
80 | |||
81 | Bug. 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 | |||
85 | Bug. 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 | ~~~ | ||
88 | Bug. 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 | ||
91 | The 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 | |||
111 | Next 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 | |||
126 | Next code block. | ||
127 | |||
87 | ~~~ | 128 | ~~~ |
88 | < | 129 | < |
89 | > | 130 | > |
90 | ~~~ | 131 | ~~~ |
91 | 132 | ||
133 | And 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. |
94 | print("G'day world!") | 136 | print("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??? |
96 | print'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.' | 138 | print'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 | |||
diff --git a/testing/index.md.md b/testing/index.md.md new file mode 100644 index 0000000..c85bb3f --- /dev/null +++ b/testing/index.md.md | |||
@@ -0,0 +1 @@ | |||
title=G'day world! | |||