doc/markdownlint-rules-grav-pages
OniriCorpe 7a01793062
Improve markdown formatting of pages, a lot of them are improperly formatted (#2429)
* Revert "Revert "markdown format""

* fix formating

* fix readme

* add .markdownlint.json

* add markdownlint-rules-grav-pages

* add markdownlint-rules-grav-pages files

* add license for Markdown Lint Rules for Grav Pages

* fix [figure] mess

* fix [figure] mess 2

* fix [figure] mess 3

* maj .gitignore

* various fixes

* fix markdownlint-rules-grav-pages

* second formater pass

* various manual fixes

* add .markdownlintignore

* markdownlintignore: auto-generated pages

* disable proper-names for html_elements

* another bunch of various markdown fixes

* Update pages/02.administer/10.install/20.dns_config/dns_config.es.md

Co-authored-by: tituspijean <titus+yunohost@pijean.ovh>

---------

Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com>
Co-authored-by: tituspijean <titus+yunohost@pijean.ovh>
2024-03-23 08:59:52 +01:00
..
lib Improve markdown formatting of pages, a lot of them are improperly formatted (#2429) 2024-03-23 08:59:52 +01:00
rules Improve markdown formatting of pages, a lot of them are improperly formatted (#2429) 2024-03-23 08:59:52 +01:00
tests Improve markdown formatting of pages, a lot of them are improperly formatted (#2429) 2024-03-23 08:59:52 +01:00
.eslintrc Improve markdown formatting of pages, a lot of them are improperly formatted (#2429) 2024-03-23 08:59:52 +01:00
.gitignore Improve markdown formatting of pages, a lot of them are improperly formatted (#2429) 2024-03-23 08:59:52 +01:00
.travis.yml Improve markdown formatting of pages, a lot of them are improperly formatted (#2429) 2024-03-23 08:59:52 +01:00
CHANGELOG.md Improve markdown formatting of pages, a lot of them are improperly formatted (#2429) 2024-03-23 08:59:52 +01:00
LICENSE Improve markdown formatting of pages, a lot of them are improperly formatted (#2429) 2024-03-23 08:59:52 +01:00
package-lock.json Improve markdown formatting of pages, a lot of them are improperly formatted (#2429) 2024-03-23 08:59:52 +01:00
package.json Improve markdown formatting of pages, a lot of them are improperly formatted (#2429) 2024-03-23 08:59:52 +01:00
README.md Improve markdown formatting of pages, a lot of them are improperly formatted (#2429) 2024-03-23 08:59:52 +01:00

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.
  • 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