chore: up deps

pull/363/head
Eduardo San Martin Morote 3 years ago
parent 9d98dbbe60
commit 7b501293da

@ -5,8 +5,8 @@ import { RuleBlock } from 'markdown-it/lib/parser_block'
// root level
const blockNames: string[] = require('markdown-it/lib/common/html_blocks')
const HTML_OPEN_CLOSE_TAG_RE: RegExp = require('markdown-it/lib/common/html_re')
.HTML_OPEN_CLOSE_TAG_RE
const HTML_OPEN_CLOSE_TAG_RE: RegExp =
require('markdown-it/lib/common/html_re').HTML_OPEN_CLOSE_TAG_RE
// An array of opening and corresponding closing sequences for html tags,
// last argument defines whether it can terminate a paragraph or not

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save