Skip to content

Commit eabcadb

Browse files
committed
test: update test cases
1 parent 42c0cbe commit eabcadb

File tree

2 files changed

+406
-540
lines changed

2 files changed

+406
-540
lines changed

packages/markdown/src/plugins/linksPlugin/linksPlugin.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ export const linksPlugin: PluginWithOptions<LinksPluginOptions> = (
142142
return self.renderToken(tokens, idx, options)
143143
}
144144

145-
md.renderer.rules.link_close = (tokens, idx, options, env, self) => {
145+
md.renderer.rules.link_close = (tokens, idx, options, _env, self) => {
146146
// convert ending tag of internal link
147147
if (hasOpenInternalLink) {
148148
hasOpenInternalLink = false

0 commit comments

Comments
 (0)