diff options
author | dvs1 | 2025-02-19 17:40:48 +1000 |
---|---|---|
committer | dvs1 | 2025-02-19 17:40:48 +1000 |
commit | c560ae0b2a0c714c9944fa988632527f4f2630b4 (patch) | |
tree | a2fcfc3e0dc485321ac36605b021ec1099232e8c /testing/index.md | |
parent | TODO is tricksy. (diff) | |
download | notYetAnotherWiki-c560ae0b2a0c714c9944fa988632527f4f2630b4.zip notYetAnotherWiki-c560ae0b2a0c714c9944fa988632527f4f2630b4.tar.gz notYetAnotherWiki-c560ae0b2a0c714c9944fa988632527f4f2630b4.tar.bz2 notYetAnotherWiki-c560ae0b2a0c714c9944fa988632527f4f2630b4.tar.xz |
Major YAR!!
Moved the post download code from the SuckIt's to the main script, and
combined what's left.
Minor icon tweak.
Think I have almost figured out the HTML and CSS to get the layout to
behave.
Major rearrange of the main script.
Use more of lunamark and RE.
Moar colours!
Solved the generic colour shenanigans.
Solved a few other bugs.
Hidden directories.
Lots of things I forgot about.
Diffstat (limited to 'testing/index.md')
-rw-r--r-- | testing/index.md | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/testing/index.md b/testing/index.md index 276fcb1..ca62e7f 100644 --- a/testing/index.md +++ b/testing/index.md | |||
@@ -22,7 +22,9 @@ Also a \\ at the end of a line turns into a line break, though they get wrapped | |||
22 | 22 | ||
23 | Just to double check. That's a single space. | 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 | ||
@@ -96,6 +98,21 @@ Autonumbering? Needs the extension. Doesn't matter, they get renumbered anyway | |||
96 | 98 | ||
97 | Next code block. | 99 | Next code block. |
98 | 100 | ||
101 | |||
102 | ~~~lua | ||
103 | a simple | ||
104 | indented code block | ||
105 | <a/> | ||
106 | *hi* | ||
107 | |||
108 | - one | ||
109 | |||
110 | Plus some extra text. | ||
111 | ~~~ | ||
112 | |||
113 | |||
114 | Next code block. | ||
115 | |||
99 | ~~~ | 116 | ~~~ |
100 | < | 117 | < |
101 | > | 118 | > |
@@ -121,5 +138,3 @@ print'The problem here is that I have to use CSS to style these things, coz cmar | |||
121 | |cell 0,0 |cell 0,1 | | 138 | |cell 0,0 |cell 0,1 | |
122 | |cell 1,0 |[linky](https://sledjhamr.org) | | 139 | |cell 1,0 |[linky](https://sledjhamr.org) | |
123 | 140 | ||
124 | |||
125 | I'm 100% sure that % will get treated correctly now. | ||