summaryrefslogtreecommitdiff
path: root/gmi2html.sh
AgeCommit message (Collapse)Author
2024-03-11Fix trailing pre support and simplify close quote logicquote-attributionSteph Enders
Now if you have: > some quote \# heading or > some quote ``` pre ``` or > some quote * List * Items It won't add attribution. This requires hoisting the quote logic to the top; below the pre-print-line which must remain at the top! But this should make it so we get proper attributions now!
2024-03-11Add logic to attribute quotesSteph Enders
The idea here is that you can do: > A quote Attribution or > A quote => link//to attribution And we'll wrap it in the figure properly
2023-06-29Create gmi to html converter scriptSteph Enders
The usage is fairly simple just do ./gmi2html.sh FILE I would recommend using tidy on the final product to format things but a .gmi file is basically tree-less so its no big deal.