From 4519a712fd7f4220aaa4d473a48e70187fa6e8a2 Mon Sep 17 00:00:00 2001 From: sa Date: Fri, 2 Sep 2022 16:00:23 -0400 Subject: [PATCH] expanded on outline --- outline.txt | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/outline.txt b/outline.txt index c6d2faa..92f8f5d 100644 --- a/outline.txt +++ b/outline.txt @@ -1,7 +1,13 @@ features -convert a subset of markdown into html and gemini files - -tables & images not supported - -code highlighting should work for HTML, no solution for Gemini + -images not supported + -tables converted to ascii tables for gemtext and html + -put in ```blockquotes``` + -for code highlighting should work for HTML + -for code use ```block quotes``` for gemtext + -for text decorations like italics, bold, underline + -HTML use tags + -Gemtext surround with chars like /word/ *word* _word_ -inline links are referenced using reference numbers [1] and are listed below each paragraph. A full list of all links/references @@ -27,3 +33,23 @@ ssg-lua/ html/ gemini/ +first develop the markdown to gemtext program +second write the markdown to html program + +gemtext has 3 headings +# +## +### +markdown has 6. round 2 to 3. and round 4 and 6 to 5. + +gemtext supports unordered lists +* item +* item + +convert ordered lists to unordered lists before compiling to HTML and gemtext + +gemtext links look like this +=> https://example.com A cool website +=> gopher://example.com An even cooler gopherhole +=> gemini://example.com A supremely cool Gemini capsule +=> sftp://example.com