0.0.0 • Published 5 years ago

spectral-markdown v0.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

Spectral Markdown ruleset

Usage

const { Spectral } = require('@stoplight/spectral');
const parse = require('spectral-markdown/parser');

const s = new Spectral();
await s.loadRuleset('spectral-markdown');

const markdown = 'foo';
const results = await s.run(parse(markdown));

License

MIT

0.0.0

5 years ago