Skip to content
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

Support for YAML frontmatter #16

Open
srid opened this issue Oct 26, 2021 · 2 comments
Open

Support for YAML frontmatter #16

srid opened this issue Oct 26, 2021 · 2 comments

Comments

@srid
Copy link

srid commented Oct 26, 2021

I have a Markdown file that begins with

---
slug: haskell-nix
tags: [blog]
date: 2019-12-03
---

The goal of this article is to get you comfortable managing simple #[[Haskell]] programs and projects using the **Nix** package manager without going too much into the details.

...

See https://github.com/srid/www.srid.ca/blob/master/Software/Nix/Nix%20recipes%20for%20Haskellers.md

This renders as follows -- note the disappearance of "slu" prefix in the first YAML key:

image

I imagine this is because the parser doesn't support YAML frontmatter.

@Sean10
Copy link

Sean10 commented Oct 27, 2021

Got it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants