From 4a435bf8ae0e9f009346d89ebc424d8884f33cea Mon Sep 17 00:00:00 2001 From: dvs1 Date: Wed, 22 Jan 2025 21:01:59 +1000 Subject: Replace cmark-gfm and lcmark with luamark. Plus YAR, yet another rewrite. --- testing/.md.md | 1 + testing/MeTaDaTa.md | 3 --- testing/index.md | 71 +++++++++++++++++++++++++++++++---------------------- testing/index.md.md | 1 + 4 files changed, 44 insertions(+), 32 deletions(-) create mode 100644 testing/.md.md delete mode 100644 testing/MeTaDaTa.md create mode 100644 testing/index.md.md (limited to 'testing') 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 @@ ---- -logo: Connie_click-me.gif ---- 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 @@ ---- -title: "G'day world!" ---- - # G'day world! -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 +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. *** +## Em'n'Strong + +Test *em* _em_ **strong** __strong__ . + # Spaces -Can it *handle* my _usual_ two **space** sentence breaks? Let's test it.$_$ Not by default. +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. +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 \ +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. +Just to double check. That's a single space. \ ## Strike out -Test ~~strike~~ --out--.$_$ Needs the extension. +Test ~~strike~~ --out--. Needs the extension. ### URL @@ -37,34 +37,43 @@ https://sledjhamr.org/ # Lists -* zero -* 1 -* two +* first star +* second star + + -- zero -- 1 -- two +- first dash +- second dash +No way to say "here is the end of the list" without putting something **else** here? Ah a comment will work, or anything else. -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. two + +0. zero 1. one -2. 2 +2. two +Autonumbering? Needs the extension. Doesn't matter, they get renumbered anyway if out of order. - +0. zero +#. first hash +#. second hash + -0. 0 -1. one -2. 2 +#. first hash +#. second hash +#. third hash -Autonumbering? Nope. B-( + 0. zero - 1 - two +2. two +1. one + # images @@ -84,6 +93,7 @@ Autonumbering? Nope. B-( Plus some extra text. + Next code block. ~~~ @@ -92,7 +102,6 @@ Next code block. ~~~ And a really long one, should turn scrollable. - ~~~lua -- Show some Lua code here, may even be highlighted right. 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 > # What is a blockquote? > Still don't know. lol > -> Just another useless way to eat space I guess.$_$ shrugs +> Just another useless way to eat space I guess. shrugs +> Might be why emails sometimes get that symbol dropped in HTML conversions. |This should be a table. |With two columns and a link | |-------------------------|-------------------------------| |cell 0,0 |cell 0,1 | |cell 1,0 |[linky](https://sledjhamr.org) | + + +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! -- cgit v1.1