summaryrefslogtreecommitdiff
path: root/docs/modules/convert
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2021-09-20 02:37:09 -0600
committerDan Allen <dan.j.allen@gmail.com>2021-09-20 02:37:09 -0600
commit06eff400d4afaf5edcd7b5cf97ba6655422d510b (patch)
treea85386d5ee044ac607314e5d9748485e1882893c /docs/modules/convert
parente59c9bbff22a733b9f028fa798d7316ba6274112 (diff)
remove "Built-in" from title for page of convertible contexts
Diffstat (limited to 'docs/modules/convert')
-rw-r--r--docs/modules/convert/pages/contexts-ref.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modules/convert/pages/contexts-ref.adoc b/docs/modules/convert/pages/contexts-ref.adoc
index 4a54a566..7793bb98 100644
--- a/docs/modules/convert/pages/contexts-ref.adoc
+++ b/docs/modules/convert/pages/contexts-ref.adoc
@@ -1,4 +1,4 @@
-= Built-in Convertible Contexts
+= Convertible Contexts
When Asciidoctor converters a document, it delegates to the converter to convert each node (block or inline element) in the document as it visits each node in document order (though it's the `#content` method on a block that continues the traversal of its child nodes).
Asciidoctor then combines the result of all those calls to produce the output document.