mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-17 22:40:13 +01:00
Add support for disabling/enabling rules within Markdown content (fixes #5).
This commit is contained in:
parent
071bba88fc
commit
31141cc3ed
10 changed files with 192 additions and 42 deletions
|
|
@ -10,7 +10,7 @@
|
|||
var openFile = document.getElementById("openFile");
|
||||
|
||||
// Variables
|
||||
var markdownit = window.markdownit();
|
||||
var markdownit = window.markdownit({ "html": true });
|
||||
var newLineRe = /\r\n|\r|\n/;
|
||||
var rulesMd = "https://github.com/DavidAnson/markdownlint" +
|
||||
"/blob/master/doc/Rules.md";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue