diff options
| author | Jonas Smedegaard <dr@jones.dk> | 2025-05-25 11:16:25 +0200 |
|---|---|---|
| committer | Jonas Smedegaard <dr@jones.dk> | 2025-05-25 11:24:34 +0200 |
| commit | 747ac65d4708487c0adad7b5c0ed5c85d814b09c (patch) | |
| tree | 67f98ee0e1f55585e89423b6aa2a5ce8fc93ce15 /_markdown.qmd | |
| parent | c948ba705c55f408074ded769ce8fdd4c125435e (diff) | |
add section on complex Pandoc features
Diffstat (limited to '_markdown.qmd')
| -rw-r--r-- | _markdown.qmd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_markdown.qmd b/_markdown.qmd index fff1112..2e57b18 100644 --- a/_markdown.qmd +++ b/_markdown.qmd @@ -35,7 +35,7 @@ since it is abstractly equivalent to metadata embedding formats of both PDF and HTML (as discussed in more detail at @sec-rdf). -## Syntax of dialect CommonMark +## Syntax of dialect CommonMark {#sec-commonmark} Markdown consists of blocks of content, optionally prepended a set of Metadata blocks. @@ -135,7 +135,7 @@ by extending the Markdown language with additional types of annotation. Syntax diagrams for some additional Markdown components are included as [Appendix @sec-def-dia]. -## Syntax of extension Semantic Markdown +## Syntax of extension Semantic Markdown {#sec-semantic-markdown} Semantic Markdown mainly extends the syntax for `AnnotatedWords`, and introduces a new syntax similar to `LinkDefinition`. |
