diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2022-06-04 08:47:55 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2022-06-04 08:47:55 +0200 |
| commit | a4d0141122293afc0468eeb2b1310493dff4c8a5 (patch) | |
| tree | 31292594e9d10dd3b70f657f3c239f70feba92c1 | |
| parent | 3266ed55e29e65874480e0883ebdd70f789481ce (diff) | |
| download | sebastiano.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.md | 4 |
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 | ||
| 156 | displayed. I'll edit this page if I find a way to escape the triple backtick, | ||
| 157 | or fix the markdown-to-gemtext conversion*) | ||
| 158 | |||
| 155 | And that's it, you now know gemtext. There is no inline formatting, no | 159 | And that's it, you now know gemtext. There is no inline formatting, no |
| 156 | embedded media, no CSS - your browser will take care of the styling and | 160 | embedded media, no CSS - your browser will take care of the styling and |
| 157 | if you want to view a picture you can just download it and open it with | 161 | if you want to view a picture you can just download it and open it with |
