diff options
author | dvs1 | 2024-12-16 14:42:36 +1000 |
---|---|---|
committer | dvs1 | 2024-12-16 14:42:36 +1000 |
commit | 4d4d5967ebbf22448486df0a97bbcc81693c8557 (patch) | |
tree | 7d67850ae08f7f2193ab9c0e0987ee938a9a8297 /testing | |
parent | Quickie PR department, er I mean About page. (diff) | |
download | notYetAnotherWiki-4d4d5967ebbf22448486df0a97bbcc81693c8557.zip notYetAnotherWiki-4d4d5967ebbf22448486df0a97bbcc81693c8557.tar.gz notYetAnotherWiki-4d4d5967ebbf22448486df0a97bbcc81693c8557.tar.bz2 notYetAnotherWiki-4d4d5967ebbf22448486df0a97bbcc81693c8557.tar.xz |
Add about and testing sub sites, and stuff everything into menus.
Diffstat (limited to 'testing')
-rw-r--r-- | testing/Connie_click-me.gif | bin | 0 -> 4259 bytes | |||
-rw-r--r-- | testing/index.md | 102 |
2 files changed, 102 insertions, 0 deletions
diff --git a/testing/Connie_click-me.gif b/testing/Connie_click-me.gif new file mode 100644 index 0000000..6f0b361 --- /dev/null +++ b/testing/Connie_click-me.gif | |||
Binary files differ | |||
diff --git a/testing/index.md b/testing/index.md new file mode 100644 index 0000000..d044970 --- /dev/null +++ b/testing/index.md | |||
@@ -0,0 +1,102 @@ | |||
1 | --- | ||
2 | pagetitle: "G'day world!" | ||
3 | author: onefang | ||
4 | webtrail: "Web trail goes here." | ||
5 | --- | ||
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. | ||
11 | |||
12 | |||
13 | *** | ||
14 | |||
15 | # Spaces | ||
16 | |||
17 | Can it *handle* my _usual_ two **space** sentence breaks? Let's test it.$_$ Not by default. | ||
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. | ||
20 | |||
21 | Also a \\ at the end of a line turns into a line break, though they get wrapped in paragraph tags.$_$ lol | ||
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. | ||
24 | |||
25 | \ | ||
26 | |||
27 | ## Strike out | ||
28 | |||
29 | Test ~~strike~~ --out--.$_$ Needs the extension. | ||
30 | |||
31 | ### URL | ||
32 | |||
33 | [untalenz](https://untalenz.rocks/) | ||
34 | |||
35 | https://sledjhamr.org/ | ||
36 | |||
37 | # Lists | ||
38 | |||
39 | |||
40 | * zero | ||
41 | * 1 | ||
42 | * two | ||
43 | |||
44 | - zero | ||
45 | - 1 | ||
46 | - two | ||
47 | |||
48 | |||
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 | |||
51 | |||
52 | 1. one | ||
53 | 2. 2 | ||
54 | |||
55 | |||
56 | <!-- A comment will work --> | ||
57 | |||
58 | |||
59 | 0. 0 | ||
60 | 1. one | ||
61 | 2. 2 | ||
62 | |||
63 | Autonumbering? Nope. B-( | ||
64 | |||
65 | 0. zero | ||
66 | 1 | ||
67 | two | ||
68 | |||
69 | |||
70 | # images | ||
71 | |||
72 | ![alt text](Connie_click-me.gif "title") | ||
73 | |||
74 | ![figcaption](Connie_click-me.gif "title") | ||
75 | |||
76 | # code | ||
77 | |||
78 | a simple | ||
79 | indented code block | ||
80 | <a/> | ||
81 | *hi* | ||
82 | |||
83 | - one | ||
84 | |||
85 | Plus some extra text. | ||
86 | |||
87 | ~~~ | ||
88 | < | ||
89 | > | ||
90 | ~~~ | ||
91 | |||
92 | ~~~lua | ||
93 | -- Show some Lua code here, may even be highlighted right. | ||
94 | 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??? | ||
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.' | ||
97 | ~~~ | ||
98 | |||
99 | > # What is a blockquote? | ||
100 | > Still don't know. lol | ||
101 | > | ||
102 | > Just another useless way to eat space I guess.$_$ shrugs | ||