diff options
| author | Ilona <111542584+IlonaSilverwood@users.noreply.github.com> | 2022-10-14 08:13:24 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-14 17:13:24 +0200 |
| commit | d501199aea454c9efc9d76545b401bb94a4b8d86 (patch) | |
| tree | 520d6231877296cb5972301fce088c24fa108e3d | |
| parent | 27ecd894caa178a638d98212375df33796e9e7af (diff) | |
doc/custom-writers.md: Rephrase paragraph on format extensions (#8375)
| -rw-r--r-- | doc/custom-writers.md | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/doc/custom-writers.md b/doc/custom-writers.md index 50a639e31..aeb3db7d3 100644 --- a/doc/custom-writers.md +++ b/doc/custom-writers.md @@ -51,12 +51,7 @@ then only the `Writer` function will be used. ## Format extensions -Custom writers can be built such that their behavior is -controllable through format extensions, such as `smart`, -`citations`, or `hard-line-breaks`. Supported extensions are those -that are present as a key in the global `writer_extensions` table. -Field of extensions by enabled default have the value `true`, -while those that are supported but disabled have value `false`. +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 |
