Skip to content

Support for YAML frontmatter #16

@srid

Description

@srid

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions