aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2025-05-26 22:21:06 +0200
committerJonas Smedegaard <dr@jones.dk>2025-05-26 22:21:06 +0200
commit96d4e8128aa4f67cc8ffe21947cc6ea759a5df51 (patch)
tree5fd11121818fe1c68ca7c5c0c59a528f74731910
parentcfb64142ddefba1a6c596c145b047dacbc9f885a (diff)
fix grammar
-rw-r--r--_pandoc.qmd3
1 files changed, 2 insertions, 1 deletions
diff --git a/_pandoc.qmd b/_pandoc.qmd
index 74dfea2..72fc6bc 100644
--- a/_pandoc.qmd
+++ b/_pandoc.qmd
@@ -206,7 +206,8 @@ when integration with complex functions is relevant,
either within Pandoc itself or part of wrapper tools,
that API effectively is discouraged.
-Since a core principle of Markdown is treat unknown markup as content,
+Since a core principle of Markdown is
+to treat unknown markup as content,
a viable alternative for an extended Markdown format
is to use a simpler Markdown Reader and then "finish up" the parsing
in a filter.