diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-07-30 23:54:41 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2021-07-31 01:35:29 -0600 |
| commit | fd12f8b44a87f4ad48ceafbac46a453cb0a989c0 (patch) | |
| tree | 4b9e0856fb3dc6829129dd11a5358d5c4d348139 /docs/modules/migrate | |
| parent | 634d67e57ecec4a355282055e5b94dc2e6d60c2c (diff) | |
document the change to inline roles on the AsciiDoc.py migration page
Diffstat (limited to 'docs/modules/migrate')
| -rw-r--r-- | docs/modules/migrate/pages/asciidoc-py.adoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/modules/migrate/pages/asciidoc-py.adoc b/docs/modules/migrate/pages/asciidoc-py.adoc index 52762091..6a9abf52 100644 --- a/docs/modules/migrate/pages/asciidoc-py.adoc +++ b/docs/modules/migrate/pages/asciidoc-py.adoc @@ -100,6 +100,12 @@ Reverts to AsciiDoc.py syntax when `compat-mode` is enabled. |See xref:asciidoc:text:quotation-marks-and-apostrophes.adoc[]. + Reverts to AsciiDoc.py syntax when `compat-mode` is enabled. +|Inline role +|pass:[[role\]#text#] or pass:[[role1 role2\]#text#] +|pass:[[.role\]#text#] or pass:[[.role1.role2\]#text#] +|See xref:asciidoc:text:text-span-built-in-roles.adoc[]. + +While Asciidoctor still recognizes the bare, space-separated syntax for inline roles, the shorthand-style with the leading dot is preferred. + |Sizes and overline |`big`, `small`, `overline` |user-specified `+[.<role-name>]+` and associated formatting in stylesheet |
