Replies: 1 comment 6 replies
-
That's what Pandoc/Quarto does, .i.e parsing/reading markdown. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I'd like to parse out the headings of all of the qmd files in a repo, to make a sitewide table-of-contents for example. (Is there any existing thing that does that?)
So, grab all of the lines that start with
#
in all the.qmd
files, right? Not so fast; most#
-lines are code chunk comments.Before I go writing a parser and/or chatting with pandoc, has anyone else done this already?
Beta Was this translation helpful? Give feedback.
All reactions