markuplint-angular-parser

Angular parser for markuplint.

Usage no npm install needed!

<script type="module">
  import markuplintAngularParser from 'https://cdn.skypack.dev/markuplint-angular-parser';
</script>

README

markuplint-angular-parser

Angular parser for markuplint.

Usage

# yarn
yarn add markuplint-angular-parser

# npm
npm i markuplint-angular-parser

Add parser option into your .markuplintrc.* file.

{
  "parser": {
    ".htmlquot;: "markuplint-angular-parser"
  }
}

Changelog

Detailed changes for each release are documented in CHANGELOG.md.

License

MIT © JounQin@1stG.me