From 5c987cb37297cec02f86557e23522be3493912c1 Mon Sep 17 00:00:00 2001 From: dvs1 Date: Mon, 16 Dec 2024 14:45:19 +1000 Subject: The results after actually running the thing. Committing these for now, so we don't have to setup luarocks and such elsewhere. --- testing/index.HTML | 143 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 143 insertions(+) create mode 100644 testing/index.HTML (limited to 'testing') diff --git a/testing/index.HTML b/testing/index.HTML new file mode 100644 index 0000000..30e9b19 --- /dev/null +++ b/testing/index.HTML @@ -0,0 +1,143 @@ + + + + + + + G’day world! + + + + + + + + + + + + + + + + + + + + + +
alt textabout   testing   plus login and register buttons
+ menu for the current directory + +
  • home
  • +
  • TODO
  • +
    + +
    + Web trail goes here. for this page +
    +
    +
    +

    G’day world!

    + Author: onefang +

    I’ve been around since the early sixties, but no one ever noticed.  You +really should have tried to pay attention though, I’m awesome.  I try to +help the world, but that’s not what everyone wants me to do.  Well, the +people in charge of this poor defenseless world of ours.

    +
    +

    Spaces

    +

    Can it handle my usual two space sentence breaks? Let’s test it.  Not by default.

    +

    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.

    +

    Also a \ at the end of a line turns into a line break, though they get wrapped in paragraph tags.  lol

    +

    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.

    +

    \

    +

    Strike out

    +

    Test ~~strike~~ –out–.  Needs the extension.

    +

    URL

    +

    untalenz

    +

    https://sledjhamr.org/

    +

    Lists

    +
      +
    • zero
    • +
    • 1
    • +
    • two
    • +
    +
      +
    • zero
    • +
    • 1
    • +
    • two
    • +
    +

    No way to say “here is the end of the list” without putting something else here?  Ah a comment will work, or anything else.

    +
      +
    1. one
    2. +
    3. 2
    4. +
    + +
      +
    1. 0
    2. +
    3. one
    4. +
    5. 2
    6. +
    +

    Autonumbering? Nope. B-(

    +
      +
    1. zero +1 +two
    2. +
    +

    images

    +

    alt text

    +

    figcaption

    +

    code

    +
    a simple
    +  indented code block
    +<a/>
    +*hi*
    +
    +- one
    +
    +Plus some extra text.
    +
    +
    <
    + >
    +
    +
    -- Show some Lua code here, may even be highlighted right.
    +print("G'day world!")
    +-- 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???
    +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.'
    +
    +
    +

    What is a blockquote?

    +

    Still don’t know. lol

    +

    Just another useless way to eat space I guess.  shrugs

    +
    + +
    +
    +
    +

    Web site atom feed, history, and source code   Powered by notYetAnotherWiki Version -0.1.

    +
    +
    + + -- cgit v1.1