Skip to content

Formats frontmatter into one line #15

@franchb

Description

@franchb

Original markdown with front matter

---
id: how-to-use
title: How to Use
order: 3
description: Professional vulnerability analysis methodologies using the catalog
---

# Title

text

Output:

mdfmt matter.md 
## id: how-to-usetitle: How to Useorder: 3description: Professional vulnerability analysis methodologies using the catalog

# Title

text

Expected:

---
id: how-to-use
title: How to Use
order: 3
description: Professional vulnerability analysis methodologies using the catalog
---

# Title

text

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions