diff options
| author | Jonas Smedegaard <dr@jones.dk> | 2025-05-23 07:07:04 +0200 |
|---|---|---|
| committer | Jonas Smedegaard <dr@jones.dk> | 2025-05-23 07:07:04 +0200 |
| commit | 7e56c94c03727894dec1b65da923bb4bd532df52 (patch) | |
| tree | d964a2fc96af99b43133eacb046910e9d2bfff20 /_markdown.qmd | |
| parent | c137bb34cf4f5875e6b959e5563dd37c0f1638bc (diff) | |
move syntax diagrams to subdir
Diffstat (limited to '_markdown.qmd')
| -rw-r--r-- | _markdown.qmd | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/_markdown.qmd b/_markdown.qmd index 4ce8bb3..6943b19 100644 --- a/_markdown.qmd +++ b/_markdown.qmd @@ -46,7 +46,7 @@ where the possible order of elements are laid out like trains on rails, as seen in @fig-def-Markdown. -{#fig-def-Markdown} +{#fig-def-Markdown} Here is an example: @@ -69,11 +69,11 @@ See @fig-def-blocks for syntax diagrams for those block types. ::: {#fig-def-blocks} - + - + - + Syntax of `Block`, `Header` and `Paragraph`. @@ -107,13 +107,13 @@ Se @fig-def-words for their syntax diagrams. ::: {#fig-def-words} - + - + - + - + Syntax of `StyledWords`, `LinkedWords`, `AnnotatedWords` and `PlainWords`. @@ -126,7 +126,7 @@ consisting of list items, each containing a block (@fig-def-List). -{#fig-def-List} +{#fig-def-List} --> @@ -157,7 +157,7 @@ as in @fig-def-extensions. ::: {#fig-def-extensions} - + Syntax of `AnnotatedWords` and `LinkedWords`, extended with `SemWords`. @@ -175,9 +175,9 @@ See @fig-def-additions for their syntax diagrams. ::: {#fig-def-additions} - + - + Syntax of `SemWords`, `Curie`, `SEMPREFIX` and `NAME`. |
