aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.