Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MANUAL: Note that fancy_lists don't work with commonmark #8772

Merged
merged 2 commits into from May 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 5 additions & 3 deletions MANUAL.txt
Expand Up @@ -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`
Expand Down Expand Up @@ -4168,6 +4168,8 @@ ordered list marker in place of a numeral:
#. one
#. two

Note: the '`#`' ordered list marker doesn't work with `commonmark`.

#### Extension: `startnum` ####

Pandoc also pays attention to the type of list marker used, and to the
Expand Down Expand Up @@ -5877,11 +5879,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]]
Expand Down