I have some markdown file with the following content:
---
title: Hello World
description: My test page
date: 04-22-2024
---
Blah-blah-blah.
I am currently getting errors when using Frontmatter:
test.md
2:1-5:4 warning Heading capitalization error. Expected: 'Title: Hello World heading-capitalization remark-lint
Description: My Test Page
Date: 04-22-2024' found: 'title: Hello World
description: My test page
date: 04-22-2024'
I think your plugin should ignore Frontmatter markup or be able to check only the value (not keys) specified in the settings. Like this:
I use Frontmatter in my markdown files.
I have some markdown file with the following content:
I am currently getting errors when using Frontmatter:
I think your plugin should ignore Frontmatter markup or be able to check only the value (not keys) specified in the settings. Like this: