diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-09-21 00:03:51 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2021-09-21 00:05:52 -0600 |
| commit | b9f6f2c5eae35979f3a64070801b2c0aa3bce6ec (patch) | |
| tree | 261c46f1171c6a117ea53811121cca5f8aaa0ecf /docs/modules/api/pages | |
| parent | c7c4729a773ea5f859ff5c22587051f77447614b (diff) | |
minor clarifications to docs for custom converter
- define a node as a block or inline element
- clarify relationship between context and node_name
- show how to pass converter class using the :converter API option
Diffstat (limited to 'docs/modules/api/pages')
| -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 ec8de64e..cba47e75 100644 --- a/docs/modules/api/pages/options.adoc +++ b/docs/modules/api/pages/options.adoc @@ -38,9 +38,9 @@ _(Experimental)._ |_Boolean_ |`:converter` -|Specifies a user-supplied `Asciidoctor::Converter` instance, used in place of the converter that is automatically resolved from the `backend` value. +|Specifies a user-supplied converter class or instance, used in place of the converter that is automatically resolved from the `backend` value. |_not set_ -|`Asciidoctor::Converter` instance +|`Asciidoctor::Converter` class or instance |`:doctype` |Sets the document type. |
