diff options
| author | William Lupton <wlupton@users.noreply.github.com> | 2023-05-05 16:42:32 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-05 17:42:32 +0200 |
| commit | 1ccc0f756cd380735731118b52d673ad90954a05 (patch) | |
| tree | 6f7aa33c691e4007b04c6479f972dfe1ae3b9634 /MANUAL.txt | |
| parent | a00fba794b0793707a619ac115db207645c81d8e (diff) | |
MANUAL: add commonmark fenced_div note (#8773)
Note on how CommonMark's fenced divs differ.
Diffstat (limited to 'MANUAL.txt')
| -rw-r--r-- | MANUAL.txt | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index d66f7eb9a..9ffc44db8 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -3091,7 +3091,7 @@ Pandoc uses these variables when [creating a PDF] with ConTeXt. `toc` : include table of contents (can also be set using `--toc/--table-of-contents`) - + `urlstyle` : typeface style for links without link text, e.g. `normal`, `bold`, `slanted`, `boldslanted`, `type`, `cap`, `small` @@ -5435,6 +5435,10 @@ Allow special fenced syntax for native `Div` blocks. A Div starts with a fence containing at least three consecutive colons plus some attributes. The attributes may optionally be followed by another string of consecutive colons. + +Note: the `commonmark` parser doesn't permit colons after +the attributes. + The attribute syntax is exactly as in fenced code blocks (see [Extension: `fenced_code_attributes`]). As with fenced code blocks, one can use either attributes in curly braces @@ -5877,11 +5881,11 @@ that follows. For example: or Oxygen is O~2. - + #### Extension: `wikilinks_title_after_pipe` #### Pandoc supports multiple markdown wikilink syntaxes, regardless of -whether the title is before or after the pipe. +whether the title is before or after the pipe. Using `--from=markdown+wikilinks_title_after_pipe` results in ```[[Wiki]] |
