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 | 71 | ||||
-rw-r--r-- | testing/index.md.md | 1 |
4 files changed, 44 insertions, 32 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 b203c9e..276fcb1 100644 --- a/testing/index.md +++ b/testing/index.md | |||
@@ -1,32 +1,32 @@ | |||
1 | --- | ||
2 | title: "G'day world!" | ||
3 | --- | ||
4 | |||
5 | # G'day world! | 1 | # G'day world! |
6 | 2 | ||
7 | I've been around since the early sixties, but no one ever noticed. You | 3 | 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 | 4 | 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 | 5 | 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 | 26 | ||
27 | ## Strike out | 27 | ## Strike out |
28 | 28 | ||
29 | Test ~~strike~~ --out--.$_$ Needs the extension. | 29 | Test ~~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 | ||
48 | No 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 | ||
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. | 50 | 1. one |
51 | 2. two | ||
50 | 52 | ||
53 | <!-- A comment will work --> | ||
51 | 54 | ||
55 | 0. zero | ||
52 | 1. one | 56 | 1. one |
53 | 2. 2 | 57 | 2. two |
54 | 58 | ||
59 | Autonumbering? Needs the extension. Doesn't matter, they get renumbered anyway if out of order. | ||
55 | 60 | ||
56 | <!-- A comment will work --> | 61 | 0. zero |
62 | #. first hash | ||
63 | #. second hash | ||
57 | 64 | ||
65 | <!-- Separate the lists. --> | ||
58 | 66 | ||
59 | 0. 0 | 67 | #. first hash |
60 | 1. one | 68 | #. second hash |
61 | 2. 2 | 69 | #. third hash |
62 | 70 | ||
63 | Autonumbering? Nope. B-( | 71 | <!-- Separate the lists. --> |
64 | 72 | ||
65 | 0. zero | 73 | 0. zero |
66 | 1 | 74 | 2. two |
67 | two | 75 | 1. 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 | |||
87 | Next code block. | 97 | Next code block. |
88 | 98 | ||
89 | ~~~ | 99 | ~~~ |
@@ -92,7 +102,6 @@ Next code block. | |||
92 | ~~~ | 102 | ~~~ |
93 | 103 | ||
94 | And a really long one, should turn scrollable. | 104 | And 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. |
98 | print("G'day world!") | 107 | print("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 | |||
125 | I'm 100% sure that % will get treated correctly now. | ||
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! | |||