From 7ea9fb22ab67603f4bc6eb68b76c66177b434fe3 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Fri, 1 Nov 2024 15:41:18 +0100 Subject: HTML escape pre-formatted text --- example/static/gemtext/cheatsheet.gmi | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'example/static/gemtext/cheatsheet.gmi') diff --git a/example/static/gemtext/cheatsheet.gmi b/example/static/gemtext/cheatsheet.gmi index e7c9286..953c294 100644 --- a/example/static/gemtext/cheatsheet.gmi +++ b/example/static/gemtext/cheatsheet.gmi @@ -59,4 +59,8 @@ Here's a quote from Maciej Cegłowski: ## Pre-fromatted text -Lines which start with ``` will cause clients to toggle in and out of ordinary rendering mode and preformatted mode. In preformatted mode, Gemtext syntax is ignored so links etc. will not be rendered, and text will appear in a monospace font. +Lines which start with ``` will cause clients to toggle in and out of ordinary rendering mode and preformatted mode. In preformatted mode, Gemtext syntax is ignored so links etc. will not be rendered, and text will appear in a monospace font. + +``` + +``` -- cgit v1.2.3