diff options
| -rw-r--r-- | blog/content/notes/tech/document-formats.gmi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/blog/content/notes/tech/document-formats.gmi b/blog/content/notes/tech/document-formats.gmi index 264c1b0a..43aaad97 100644 --- a/blog/content/notes/tech/document-formats.gmi +++ b/blog/content/notes/tech/document-formats.gmi @@ -25,6 +25,7 @@ On top of that, some features that I don't always need: * Is very popular and supported everywhere * However, there is a wide variety of variants and quirks * Especifically, because Markdown was not designed with parsing in mind, so tools based on different parsers can have differences in behavior +* Markdown is irrevocably coupled to HTML, and HTML is recommeded for "extensibility" and for markup not covered by Markdown itself. ### Djot |
