diff options
| author | djencks <david.a.jencks@gmail.com> | 2021-01-02 16:35:43 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-02 17:35:43 -0700 |
| commit | 13a714ae6c65b9740a940f41811bdfb27a00ecaf (patch) | |
| tree | 0d58345d0693eef14b0ffdb915091226b6815841 /docs | |
| parent | 98d4ee977f0d1af28dd702d9c66d055073e945d9 (diff) | |
Correct extension registry errors in options.adoc (PR #3902)
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/modules/api/pages/options.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/modules/api/pages/options.adoc b/docs/modules/api/pages/options.adoc index c0f30552..ca11e3b1 100644 --- a/docs/modules/api/pages/options.adoc +++ b/docs/modules/api/pages/options.adoc @@ -57,8 +57,8 @@ _(Experimental)._ |_not set_ |A Ruby block that conforms to the Asciidoctor extensions API (the same code that would be passed to the `Extensions.register` method). -|`:extensions_registry` -|Overrides the xref:extensions:register.adoc[extensions registry] instance. +|`:extension_registry` +|Overrides the extensions registry instance. Instead of providing a Ruby block containing extensions to register, this option lets you replace the extension registry itself, giving you complete control over how extensions are registered for this processor. |_not set_ |`Extensions::Registry` instance |
