diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2022-07-13 23:52:47 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2022-07-14 01:13:00 -0600 |
| commit | 5566bff0c60fe425d6f80185b9443eccb4720679 (patch) | |
| tree | 07d1fcfbd9e600e4e61169d0e927c9de4fa1b3d3 /docs/modules | |
| parent | 00a8dcbcd2a35eeebf39617233c949300a577b28 (diff) | |
remove excess indentation in example snippet on AsciiDoc.py migration page
Diffstat (limited to 'docs/modules')
| -rw-r--r-- | docs/modules/migrate/pages/asciidoc-py.adoc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/modules/migrate/pages/asciidoc-py.adoc b/docs/modules/migrate/pages/asciidoc-py.adoc index 87898cd8..0bbe5bd0 100644 --- a/docs/modules/migrate/pages/asciidoc-py.adoc +++ b/docs/modules/migrate/pages/asciidoc-py.adoc @@ -287,11 +287,11 @@ This feature isn't implemented in Asciidoctor, but you can send remarks to the o [source,asciidoc] ---- - ifdef::showcomments+basebackend-docbook[] - ++++ - <remark>Your comment here</remark> - ++++ - endif::[] +\ifdef::showcomments+basebackend-docbook[] +++++ +<remark>Your comment here</remark> +++++ +\endif::[] ---- == Compatibility mode |
