From c560ae0b2a0c714c9944fa988632527f4f2630b4 Mon Sep 17 00:00:00 2001 From: dvs1 Date: Wed, 19 Feb 2025 17:40:48 +1000 Subject: 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. --- testing/index.md | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) (limited to 'testing') 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 Just to double check. That's a single space. -\ +\ \$ \' \" \| % + +I'm 100% sure that % will get treated correctly now. ## Strike out @@ -96,6 +98,21 @@ Autonumbering? Needs the extension. Doesn't matter, they get renumbered anyway Next code block. + +~~~lua + a simple + indented code block + + *hi* + + - one + + Plus some extra text. +~~~ + + +Next code block. + ~~~ < > @@ -121,5 +138,3 @@ print'The problem here is that I have to use CSS to style these things, coz cmar |cell 0,0 |cell 0,1 | |cell 1,0 |[linky](https://sledjhamr.org) | - -I'm 100% sure that % will get treated correctly now. -- cgit v1.1