diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2019-03-26 04:04:30 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2019-03-26 04:04:30 -0600 |
| commit | 422e0fa636c8e88a5b206389b784a6ae8f812e7d (patch) | |
| tree | fd893cb73458d1c82264457517a3f0920f1c71e7 /data/reference | |
| parent | bf53c82342e73b12e06093a83fb1ff0c9c14f920 (diff) | |
minor updates to syntax reference [skip ci]
- clarify monospaced vs literal text
Diffstat (limited to 'data/reference')
| -rw-r--r-- | data/reference/syntax.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/reference/syntax.adoc b/data/reference/syntax.adoc index 6e4fcea5..79642743 100644 --- a/data/reference/syntax.adoc +++ b/data/reference/syntax.adoc @@ -37,10 +37,10 @@ TIP: Convert this document using the `asciidoctor` command to see the output pro .Constrained (applied at word boundaries) *strong importance* (aka bold) _stress emphasis_ (aka italic) -`literal text` (aka monospaced) +`monospaced` (aka typewriter text) "`double`" and '`single`' typographic quotes +passthrough text+ (substitutions disabled) -`+literal passthrough text+` (literal text with substitutions disabled) +`+literal text+` (monospaced with substitutions disabled) .Unconstrained (applied anywhere) **C**reate+**R**ead+**U**pdate+**D**elete |
