markless icon indicating copy to clipboard operation
markless copied to clipboard

Support for YAML frontmatter

Open srid opened this issue 4 years ago • 2 comments

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.

srid avatar Oct 26 '21 14:10 srid

Got it.

Sean10 avatar Oct 27 '21 02:10 Sean10