Skip to content

YAML Frontmatter rendering #128

Description

@ryanthara

The YAML Frontmatter of a header in a markdown document is only rendered in a proper way, when a blank line is inserted before the closing three dashes.

Example:

This

---
title: My Article Title
date: 2024-01-15
author: John Doe
tags: [markdown, tutorial, web]
---

is differently rendered to this

---
title: My Article Title
date: 2024-01-15
author: John Doe
tags: [markdown, tutorial, web]

---

It depends on the blank line.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions