-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Front matter on markdown files #367
Comments
I like this idea. From there we could consider what other metadata might be useful. Seems like it should be straight-forward with something like gray-matter, but I'm not sure how MD files are loaded. @jgerigmeyer? |
@mirisuzanne Sure, I think that makes sense. We're currently using markdown-it for markdown parsing. We could try markdown-it-front-matter, but it actually looks to me like running through gray-matter before markdown-it would be simpler. I think the first question is how we want to expose this option to users. |
I've several files using front matter here. I guess, the only metadata useful would be:
As an example, this is the front matter of a file I'm using on a project (I parse using pandoc).
If I submit the same file to Herman, just 3 data would be parsed. |
Hi! Is it possible to parse the YAML front matter on markdown files to get
title
property? Or, at least, to ignore them completelly?Thank you.
The text was updated successfully, but these errors were encountered: