aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2022-06-04 08:47:55 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2022-06-04 08:47:55 +0200
commita4d0141122293afc0468eeb2b1310493dff4c8a5 (patch)
tree31292594e9d10dd3b70f657f3c239f70feba92c1
parent3266ed55e29e65874480e0883ebdd70f789481ce (diff)
downloadsebastiano.tronto.net-a4d0141122293afc0468eeb2b1310493dff4c8a5.tar.gz
sebastiano.tronto.net-a4d0141122293afc0468eeb2b1310493dff4c8a5.zip
Added warning about bad gemtext
-rw-r--r--src/blog/2022-06-04-gemini/gemini.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/blog/2022-06-04-gemini/gemini.md b/src/blog/2022-06-04-gemini/gemini.md
index 710dd31..db258e8 100644
--- a/src/blog/2022-06-04-gemini/gemini.md
+++ b/src/blog/2022-06-04-gemini/gemini.md
@@ -152,6 +152,10 @@ It can be useful to display ASCII art, like this
152``` 152```
153```` 153````
154 154
155(*If you are reading this via gemini, the lines above are not properly
156displayed. I'll edit this page if I find a way to escape the triple backtick,
157or fix the markdown-to-gemtext conversion*)
158
155And that's it, you now know gemtext. There is no inline formatting, no 159And that's it, you now know gemtext. There is no inline formatting, no
156embedded media, no CSS - your browser will take care of the styling and 160embedded media, no CSS - your browser will take care of the styling and
157if you want to view a picture you can just download it and open it with 161if you want to view a picture you can just download it and open it with

Generated with cgit - Back to sebastiano.tronto.net