1.0.19 • Published 2 years ago

markdownlint-rules-grav-pages v1.0.19

Weekly downloads
7
License
BSD-3-Clause
Repository
github
Last release
2 years ago

Markdown Lint Rules for Grav Pages

Build Status

This package contains additional linting rules for markdownlint that check if a Markdown file is a valid Grav CMS page.

Rules

valid-images

  • Checks if a relatively referenced image is present.

valid-internal-links

  • Checks if a link to a another markdown file in the same repo is correct.

valid-metadata-block

  • Checks if a Frontmatter metadata block is present and valid.

Usage

See https://github.com/DavidAnson/markdownlint/blob/master/doc/CustomRules.md

Development

To lint all source files run:

$ npm run lint

To run all tests:

$ npm run test

To release a new version, ensure that the checkout is clean, then run:

$ npm run release && git push --follow-tags origin master && npm publish
1.0.19

2 years ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago