From d501199aea454c9efc9d76545b401bb94a4b8d86 Mon Sep 17 00:00:00 2001 From: Ilona <111542584+IlonaSilverwood@users.noreply.github.com> Date: Fri, 14 Oct 2022 08:13:24 -0700 Subject: [PATCH] doc/custom-writers.md: Rephrase paragraph on format extensions (#8375) --- doc/custom-writers.md | 7 +------ 1 file changed, 1 insertion(+), 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