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

markdown-fancy_lists also turns off example_lists #3152

Closed
ickc opened this issue Oct 7, 2016 · 2 comments
Closed

markdown-fancy_lists also turns off example_lists #3152

ickc opened this issue Oct 7, 2016 · 2 comments

Comments

@ickc
Copy link
Contributor

ickc commented Oct 7, 2016

Using the example from the manual:

(@)  My first example will be numbered (1).
(@)  My second example will be numbered (2).

Explanation of examples.

(@)  My third example will be numbered (3).

(@good)  This is a good example.

As (@good) illustrates, ...

Using

pandoc -f markdown-fancy_lists -s -o testing.html testing.md

will not have example lists numbered but left as is.

pandoc -f markdown+example_lists-fancy_lists -s -o testing.html testing.md
pandoc -f markdown-fancy_lists+example_lists -s -o testing.html testing.md

will both yield the same result.

@ickc ickc changed the title markdown-fancy_lists also turns off extension_lists markdown-fancy_lists also turns off example_lists Oct 7, 2016
@jgm
Copy link
Owner

jgm commented Oct 10, 2016

No, turning off fancy_lists does not turn off example_lists.
It just disables example lists that are ALSO fancy, as yours
are (because they use parentheses rather than a period).

Try

@. My first example will be numbered 1.
@. My second example...

+++ ickc [Oct 06 16 20:51 ]:

Using the example from the manual:

(@) My first example will be numbered (1).
(@) My second example will be numbered (2).

Explanation of examples.

(@) My third example will be numbered (3).

(@good) This is a good example.

As (@good) illustrates, ...

Using

pandoc -f markdown-fancy_lists -s -o testing.html testing.md

will not have example lists numbered but left as is.

pandoc -f markdown+example_lists-fancy_lists -s -o testing.html testing.md
pandoc -f markdown-fancy_lists+example_lists -s -o testing.html testing.md

will both yield the same result.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, [1]view it on GitHub, or [2]mute the
thread.

References

  1. markdown-fancy_lists also turns off example_lists #3152
  2. https://github.com/notifications/unsubscribe-auth/AAAL5HVkNtkP_gLxa9sp6MM3Q9n1PWO4ks5qxcHSgaJpZM4KQpwE

@ickc
Copy link
Contributor Author

ickc commented Oct 10, 2016

Ah... right! So stupid of me! I'm closing this.

@ickc ickc closed this as completed Oct 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants