diff options
| -rw-r--r-- | doc/custom-writers.md | 7 |
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 |
