From bae44e1e29954749ad6dd94ab99f6a4e922b30d6 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 20 Jun 2026 09:53:53 +0200 Subject: Add Markdown HTML coupling --- blog/content/notes/tech/document-formats.gmi | 1 + 1 file changed, 1 insertion(+) (limited to 'blog') 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 -- cgit v1.2.3