We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d27840 commit 59d5934Copy full SHA for 59d5934
packages/zenn-markdown-html/src/utils/comment-md.ts
@@ -5,7 +5,7 @@ const commentMd = require("markdown-it")({
5
});
6
7
commentMd
8
- .disable(["link", "image", "table", "heading"])
+ .disable(["image", "table", "heading"])
9
.use(require("markdown-it-prism"))
10
.use(require("markdown-it-link-attributes"), {
11
attrs: {
0 commit comments