summaryrefslogtreecommitdiff
path: root/data/reference/syntax.adoc
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2020-12-04 23:33:26 -0700
committerDan Allen <dan.j.allen@gmail.com>2020-12-05 02:33:55 -0700
commit39be4808688d3f053ca5e795a38d9cb48577ea0a (patch)
treea5d2c3a4861e183f97d691666c99385b82ed63de /data/reference/syntax.adoc
parentb591d9be520f187cb132b4ad55baae1f411e1dbd (diff)
use hardbreaks-option instead of hardbreaks in syntax reference [skip ci]
Diffstat (limited to 'data/reference/syntax.adoc')
-rw-r--r--data/reference/syntax.adoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/reference/syntax.adoc b/data/reference/syntax.adoc
index 79642743..816298c0 100644
--- a/data/reference/syntax.adoc
+++ b/data/reference/syntax.adoc
@@ -17,7 +17,7 @@ Line breaks are not preserved.
A blank line separates paragraphs.
[%hardbreaks]
-This paragraph carries the `hardbreaks` option.
+This paragraph is marked with the `hardbreaks` option.
Notice how line breaks are now preserved.
An indented (literal) paragraph disables text formatting,
@@ -32,7 +32,7 @@ NOTE: An admonition paragraph, like this note, grabs the reader's attention.
TIP: Convert this document using the `asciidoctor` command to see the output produced from it.
== Text Formatting
-:hardbreaks:
+:hardbreaks-option:
.Constrained (applied at word boundaries)
*strong importance* (aka bold)
@@ -60,7 +60,7 @@ Since `pass:[++]` has strong priority in AsciiDoc, you can rewrite pass:c,a,r[C+
// activate stem support by adding `:stem:` to the document header
stem:[sqrt(4) = 2]
-:!hardbreaks:
+:!hardbreaks-option:
== Attributes
// define attributes in the document header; must be flush with left margin