From fb22875a53e7e05e8a5a0895b6083acb22ec4cc0 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Sat, 8 Jan 2022 23:49:46 -0700 Subject: cite example for remapping a backend to a different converter in the docs --- docs/modules/convert/pages/index.adoc | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/modules/convert/pages/index.adoc b/docs/modules/convert/pages/index.adoc index b4042b16..45321fb8 100644 --- a/docs/modules/convert/pages/index.adoc +++ b/docs/modules/convert/pages/index.adoc @@ -44,4 +44,5 @@ In summary, a converter is a software component that handles the conversion from The backend represents the user's intent to transform the AsciiDoc document to a given format (e.g., `html5` for HTML 5). That backend also serves as an identifier that tells the processor which converter to use. More than one converter can bind to (i.e., stake claim to) the same backend in order to provide the user with alternatives for generating a given output format. +For example, the backend `pdf` could be satisfied by Asciidoctor PDF, but it may also be mapped to a different implementation. The last converter that registers itself with a backend wins. -- cgit v1.2.3