Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Robert Panzer
AsciiDoc Language
Commits
37d424c6
Commit
37d424c6
authored
Dec 21, 2020
by
Dan Allen
Browse files
replace the term AsciiDoc Python with AsciiDoc.py
parent
6461f831
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/ROOT/partials/to-latest-syntax.adoc
View file @
37d424c6
...
@@ -127,7 +127,7 @@ Let's consider an example.
...
@@ -127,7 +127,7 @@ Let's consider an example.
[caption="Example: "]
[caption="Example: "]
====
====
Assume you want to put italics inside of monospaced text.
Assume you want to put italics inside of monospaced text.
If you want the syntax to work in both Asciidoctor and AsciiDoc
Python
, you need to do one of the following:
If you want the syntax to work in both Asciidoctor and AsciiDoc
.py
, you need to do one of the following:
[loweralpha]
[loweralpha]
. Enable the `compat-mode` attribute on the document and enter the text as:
. Enable the `compat-mode` attribute on the document and enter the text as:
...
...
modules/directives/pages/ifdef-ifndef.adoc
View file @
37d424c6
...
@@ -99,7 +99,7 @@ The `ifndef` directive negates the results of the expression.
...
@@ -99,7 +99,7 @@ The `ifndef` directive negates the results of the expression.
////
////
Move this to changelog
Move this to changelog
WARNING: Starting in Asciidoctor 1.5.6, the operator logic in the `ifndef` directive changed to align with the behavior of AsciiDoc
Python
.
WARNING: Starting in Asciidoctor 1.5.6, the operator logic in the `ifndef` directive changed to align with the behavior of AsciiDoc
.py
.
Specifically, when attributes are separated by commas, content is only included if none of the attributes are defined.
Specifically, when attributes are separated by commas, content is only included if none of the attributes are defined.
When attributes are separated by pluses, content is included if at least one of the attributes is undefined.
When attributes are separated by pluses, content is included if at least one of the attributes is undefined.
See https://github.com/asciidoctor/asciidoctor/issues/1983[issue #1983] to find the discussion about this behavior and the rationale for the change.
See https://github.com/asciidoctor/asciidoctor/issues/1983[issue #1983] to find the discussion about this behavior and the rationale for the change.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment