Use tokens (vs. RegExp) for identifying fenced code blocks (fixes #151, fixes #152, fixes #155).

This commit is contained in:
David Anson 2019-01-10 21:29:27 -08:00
parent 5be7104dab
commit 6c57203ae5
4 changed files with 72 additions and 21 deletions

View file

@ -0,0 +1,6 @@
{
"default": true,
"MD013": {
"code_blocks": false
}
}