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
{{ message }}
This repository has been archived by the owner on Oct 9, 2019. It is now read-only.
If the .rst file contains the standad .. contents:: directive, the TOC is not shipped inside the preview.
I'm not a pandoc expert, but seems this is possibile by adding the --toc parameter on invocation:
pandoc -s --toc README.rst -o README.html
Can this be fixed someway in the preview plugin?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If the .rst file contains the standad
.. contents::
directive, the TOC is not shipped inside the preview.I'm not a pandoc expert, but seems this is possibile by adding the
--toc
parameter on invocation:Can this be fixed someway in the preview plugin?
The text was updated successfully, but these errors were encountered: