This repository has been archived by the owner on Mar 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 67
Support for YAML front-matter #208
Comments
Simple test case
With index.md
Generates
|
6 tasks
|
Here is what i implemented for Firefox If a fm header is found, extract the data and inject it in the markdown file |
Note that front matter is supported by https://myst-parser.readthedocs.io/en/latest/using/syntax.html#front-matter (as used by jupyterbook) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently, when getting the AST for a Markdown file with YAML front-matter, the content is not identified as such.
thematic_break
is seen first, but after that the closing---
is not properly identified and is seen as part of the header.The text was updated successfully, but these errors were encountered: