You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Explain the problem.
Include the exact command line you used and all inputs necessary to reproduce the issue. Please create as minimal an example as possible, to help the maintainers isolate the problem. Explain the output you received and how it differs from what you expected.
Using the latest v3.6.3 of pandoc, fancy_lists is reported as a supported extension for the gfm format that is off by default. However, even after enabling it, it does not seem to have any effect on the output.
With the following source document
## Fancy list test
#. Item 1
#. Item 2
#. Item 3
And running the following command
pandoc -f gfm+fancy_lists -t html pandoc_test.md -o pandoc_test.html
Explain the problem.
Include the exact command line you used and all inputs necessary to reproduce the issue. Please create as minimal an example as possible, to help the maintainers isolate the problem. Explain the output you received and how it differs from what you expected.
Using the latest v3.6.3 of pandoc,
fancy_lists
is reported as a supported extension for thegfm
format that is off by default. However, even after enabling it, it does not seem to have any effect on the output.With the following source document
## Fancy list test #. Item 1 #. Item 2 #. Item 3
And running the following command
The output HTML I get is
I would expect the output to be
Which is also what I get if I change the
from
format fromgfm
tomarkdown
which hasfancy_lists
enabled by default.Pandoc version?
Using pandoc v3.6.3 on macOS 15.3.1
The text was updated successfully, but these errors were encountered: