expanded on outline

This commit is contained in:
sa 2022-09-02 16:00:23 -04:00
parent 1374e59d5d
commit 4519a712fd

View File

@ -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 <i> <b> <u> 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