We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d98dbb commit 7b50129Copy full SHA for 7b50129
src/node/markdown/plugins/component.ts
@@ -5,8 +5,8 @@ import { RuleBlock } from 'markdown-it/lib/parser_block'
5
// root level
6
7
const blockNames: string[] = require('markdown-it/lib/common/html_blocks')
8
-const HTML_OPEN_CLOSE_TAG_RE: RegExp = require('markdown-it/lib/common/html_re')
9
- .HTML_OPEN_CLOSE_TAG_RE
+const HTML_OPEN_CLOSE_TAG_RE: RegExp =
+ require('markdown-it/lib/common/html_re').HTML_OPEN_CLOSE_TAG_RE
10
11
// An array of opening and corresponding closing sequences for html tags,
12
// last argument defines whether it can terminate a paragraph or not
0 commit comments