expanded on outline
This commit is contained in:
parent
1374e59d5d
commit
4519a712fd
30
outline.txt
30
outline.txt
@ -1,7 +1,13 @@
|
|||||||
features
|
features
|
||||||
-convert a subset of markdown into html and gemini files
|
-convert a subset of markdown into html and gemini files
|
||||||
-tables & images not supported
|
-images not supported
|
||||||
-code highlighting should work for HTML, no solution for Gemini
|
-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
|
-inline links are referenced using reference numbers [1] and are
|
||||||
listed below each paragraph. A full list of all links/references
|
listed below each paragraph. A full list of all links/references
|
||||||
@ -27,3 +33,23 @@ ssg-lua/
|
|||||||
html/
|
html/
|
||||||
gemini/
|
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
|
||||||
|
Reference in New Issue
Block a user