diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2020-12-04 23:42:38 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2020-12-05 02:36:16 -0700 |
| commit | 17019cb9e4040e4636498a7aa792ae496c7247ea (patch) | |
| tree | 4459ae69f194f86097274a44a9c1f50ffe1dfe4e /data/reference/syntax.adoc | |
| parent | b5a4be307e08600f6e371c158cfe0b38496a5c6b (diff) | |
add highlight/mark examples to syntax reference [skip ci]
Diffstat (limited to 'data/reference/syntax.adoc')
| -rw-r--r-- | data/reference/syntax.adoc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/data/reference/syntax.adoc b/data/reference/syntax.adoc index 4abeb000..1d047ae8 100644 --- a/data/reference/syntax.adoc +++ b/data/reference/syntax.adoc @@ -41,11 +41,13 @@ _stress emphasis_ (aka italic) "`double`" and '`single`' typographic quotes +passthrough text+ (substitutions disabled) `+literal text+` (monospaced with substitutions disabled) +a #mark# to remember (highlighted for notation) .Unconstrained (applied anywhere) -**C**reate+**R**ead+**U**pdate+**D**elete +**C**reate, **R**ead, **U**pdate, and **D**elete (CRUD) fan__freakin__tastic ``mono``culture +##mark##up your text .Replacements A long time ago in a galaxy far, far away... |
