Replies: 2 comments 11 replies
-
I agree that this is very confusing. The I propose that the documentation is updated to remove any mention of the
and setting |
Beta Was this translation helpful? Give feedback.
-
OK, indeed very confusing. The |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm still struggling with using the
toc
property from the yaml front matter as described here when converting an MD file to HTML. This has been discussed elsewhere, including in closed issues (see #2872) but I couldn't find a definitive answer.I have a Markdown file starting with
The I run:
pandoc --standalone -o out.html in.md
. In the output file, the title is included, but not the toc. However, if I runpandoc --standalone --toc -o out.html in.md
, then it works.What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions