diff options
Diffstat (limited to 'example/static/gemtext')
-rw-r--r-- | example/static/gemtext/cheatsheet.gmi | 6 |
1 files changed, 5 insertions, 1 deletions
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. + +``` +<script>alert("HTML tags should not get rendered!")</script> +``` |