Skip to content

Commit 7b50129

Browse files
committed
chore: up deps
1 parent 9d98dbb commit 7b50129

File tree

2 files changed

+754
-767
lines changed

2 files changed

+754
-767
lines changed

src/node/markdown/plugins/component.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import { RuleBlock } from 'markdown-it/lib/parser_block'
55
// root level
66

77
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
8+
const HTML_OPEN_CLOSE_TAG_RE: RegExp =
9+
require('markdown-it/lib/common/html_re').HTML_OPEN_CLOSE_TAG_RE
1010

1111
// An array of opening and corresponding closing sequences for html tags,
1212
// last argument defines whether it can terminate a paragraph or not

0 commit comments

Comments
 (0)