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

Link from the table of content to the listing in html output #11

Closed
aubertc opened this issue May 25, 2018 · 2 comments
Closed

Link from the table of content to the listing in html output #11

aubertc opened this issue May 25, 2018 · 2 comments

Comments

@aubertc
Copy link

aubertc commented May 25, 2018

Consider the following:

---
pandoc-numbering:
 example:
    general:
      listing-title: List of Examples
---

# Title 

Example #first
~ Example

If we produce the html output, using

pandoc MWE.md  --filter pandoc-numbering --toc -s -o MWE.html

then we obtain:

image

I.e., there is no link from the table of content to the list of example. That link is present in e.g. the pdf output, but is somehow missing in the html output.

@chdemko
Copy link
Owner

chdemko commented May 25, 2018

I've solved this issue. It will be published in the next version. For the moment, you can force the update to the current code using.

pip install --upgrade --force git+https://github.com/chdemko/pandoc-numbering

@aubertc
Copy link
Author

aubertc commented Mar 30, 2020

Excellent, thanks!

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