summaryrefslogtreecommitdiff
path: root/docs/modules/migrate
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2020-11-30 18:21:31 -0700
committerSarah White <graphitefriction@gmail.com>2020-12-08 14:32:53 -0700
commitb5af8e2d8d66d24d9ac03d2bbfac66c74872ac78 (patch)
tree508c211abefab84e53530fe36549afdc6195c9df /docs/modules/migrate
parent5f79e05fb9cc115e897a569de2eecbf35f962d33 (diff)
switch fenced code blocks to AsciiDoc source blocks and always set language
Diffstat (limited to 'docs/modules/migrate')
-rw-r--r--docs/modules/migrate/pages/asciidoc-python.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/modules/migrate/pages/asciidoc-python.adoc b/docs/modules/migrate/pages/asciidoc-python.adoc
index f9424cdf..1391f1c3 100644
--- a/docs/modules/migrate/pages/asciidoc-python.adoc
+++ b/docs/modules/migrate/pages/asciidoc-python.adoc
@@ -333,7 +333,7 @@ This content needs to be move to the specific subject docs pages if applicable
Asciidoctor has shorthand for id, role, style and options.
The following longhand syntax in AsciiDoc.py:
-[source]
+[source,asciidoc]
----
[[id]]
[style,role="role",options="option1,option2"]
@@ -341,7 +341,7 @@ The following longhand syntax in AsciiDoc.py:
can be written using the shorthand supported by Asciidoctor:
-[source]
+[source,asciidoc]
----
[style#id.role%option1%option2]
----