aboutsummaryrefslogtreecommitdiff
path: root/doc/custom-writers.md
diff options
context:
space:
mode:
authorAlbert Krewinkel <[email protected]>2022-10-14 17:14:49 +0200
committerAlbert Krewinkel <[email protected]>2022-10-14 17:14:49 +0200
commit06ba4e9788eb5d53d566c01ad8e24aa91e104a74 (patch)
tree3c6182f9d29ac26dd45dea144ddaf610fb84bc60 /doc/custom-writers.md
parentd501199aea454c9efc9d76545b401bb94a4b8d86 (diff)
doc/custom-writers.md: fix formatting
Diffstat (limited to 'doc/custom-writers.md')
-rw-r--r--doc/custom-writers.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/custom-writers.md b/doc/custom-writers.md
index aeb3db7d3..038067a3e 100644
--- a/doc/custom-writers.md
+++ b/doc/custom-writers.md
@@ -51,7 +51,12 @@ then only the `Writer` function will be used.
## Format extensions
-Writers can be customized through format extensions, such as `smart, citations, or hard-line-breaks`. The global `writer_extensions` table indicates supported extensions with a key. Extensions enabled by default are assigned a true value, while those that are supported but disabled are assigned a false value.
+Writers can be customized through format extensions, such as
+`smart`, `citations`, or `hard_line_breaks`. The global
+`writer_extensions` table indicates supported extensions with a
+key. Extensions enabled by default are assigned a true value,
+while those that are supported but disabled are assigned a false
+value.
Example: A writer with the following global table supports the
extensions `smart` and `citations`, with the former enabled and