We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3894f1d commit 605857aCopy full SHA for 605857a
plugins/markdown/plugin-markdown-hint/src/node/hint.ts
@@ -45,7 +45,6 @@ export const hint: PluginWithOptions<MarkdownItHintOptions> = (
45
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
46
info = options[localePath]?.[name]
47
} else {
48
- console.log('\nenv: ', env)
49
info = md.renderInline(info, cleanMarkdownEnv(env))
50
}
51
0 commit comments