diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2024-01-27 12:59:04 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2024-01-27 12:59:04 -0700 |
| commit | 323d288ea2915df702cbad23b311435e7c30f9b7 (patch) | |
| tree | f67b4fead0b2ae510dee5635d7ad4b7660c3b88e /docs | |
| parent | 8bf7ce910fb8ad1b1b76006244e44c2cd554aabf (diff) | |
add italic example to compat formatting table
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/modules/migrate/pages/asciidoc-py.adoc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/modules/migrate/pages/asciidoc-py.adoc b/docs/modules/migrate/pages/asciidoc-py.adoc index 484a7b4d..ef58136e 100644 --- a/docs/modules/migrate/pages/asciidoc-py.adoc +++ b/docs/modules/migrate/pages/asciidoc-py.adoc @@ -350,6 +350,10 @@ Literal monospace is signified using a compound markup that combines an inline p | Literal monospace | pass:[`+1...10+`] | `+1...10+` + +| Italic +| pass:['text'] +| _text_ |=== To learn more about the adaptations that are activated by compat mode, refer to <<inline-formatting,inline formatting>>. |
