summaryrefslogtreecommitdiff
path: root/layouts/_default/single.gmi
AgeCommit message (Collapse)Author
2022-08-07Fix link conversionNicholas Johnson
2022-08-07Revert "Vanish HTML line breaks"Nicholas Johnson
This reverts commit 08712197aa459823cdb8c8dd06098133b2810a6f. For now, don't try to parse HTML tags with RegEx.
2022-08-07Vanish HTML line breaksNicholas Johnson
2022-08-07Make Gemini properly recognize Markdown's unordered lists that startNicholas Johnson
with '-'
2022-08-03Remove italic and bold Markdown from Gemini capsuleNicholas Johnson
Only removes asterisks, not underscores.
2022-08-01Don't HTML escape Gemini templatesNicholas Johnson
2022-04-30Use safeHTML for Gemini templates to prevent HTML escapingNicholas Johnson
2022-04-30Output GeminiNicholas Johnson