summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2023-06-04 23:52:42 -0600
committerDan Allen <dan.j.allen@gmail.com>2023-06-05 00:02:52 -0600
commitca47ad79c9f99b55a072a5759618f1acff7bba9c (patch)
treea707137ce8b38483fea3f8a85a8604d946d4734d /docs
parent638f678cc2353e5a5c553d1bc600bbed5919a102 (diff)
remove a few more cases when source style is used in docs when not needed
Diffstat (limited to 'docs')
-rw-r--r--docs/modules/docbook-backend/pages/index.adoc2
-rw-r--r--docs/modules/get-started/pages/index.adoc2
-rw-r--r--docs/modules/html-backend/pages/index.adoc2
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/modules/docbook-backend/pages/index.adoc b/docs/modules/docbook-backend/pages/index.adoc
index 68b5b38c..f4ee2a77 100644
--- a/docs/modules/docbook-backend/pages/index.adoc
+++ b/docs/modules/docbook-backend/pages/index.adoc
@@ -17,7 +17,7 @@ To use the DocBook converter, assign `docbook` or `docbook5` to the `backend` op
. To follow along with the steps below, use your own AsciiDoc file or copy the contents of <<ex-my-doc>> into a new plain text file.
+
.my-document.adoc
-[source#ex-my-doc,asciidoc]
+[#ex-my-doc,asciidoc]
----
include::html-backend:example$my-document.adoc[tags=title;body]
----
diff --git a/docs/modules/get-started/pages/index.adoc b/docs/modules/get-started/pages/index.adoc
index 7e689c15..5da49179 100644
--- a/docs/modules/get-started/pages/index.adoc
+++ b/docs/modules/get-started/pages/index.adoc
@@ -15,7 +15,7 @@ Let's generate HTML 5 using Asciidoctor's default converter and stylesheet from
. To follow along with the steps below, copy the contents of <<ex-my-doc>> into a new plain text file or use your own AsciiDoc document.
+
.my-document.adoc
-[source#ex-my-doc,asciidoc]
+[#ex-my-doc,asciidoc]
----
include::html-backend:example$my-document.adoc[tags=title;body]
----
diff --git a/docs/modules/html-backend/pages/index.adoc b/docs/modules/html-backend/pages/index.adoc
index 4acbefb2..4bb1150b 100644
--- a/docs/modules/html-backend/pages/index.adoc
+++ b/docs/modules/html-backend/pages/index.adoc
@@ -16,7 +16,7 @@ In this section, we'll create a sample document, then process and convert it wit
. To follow along with the steps below, use your own AsciiDoc file or copy the contents of <<ex-my-doc>> into a new plaintext file.
+
.my-document.adoc
-[source#ex-my-doc,asciidoc]
+[#ex-my-doc,asciidoc]
----
include::example$my-document.adoc[tags=title;body]
----