Skip to content

Commit 59d5934

Browse files
committed
fix: コメントのマークダウンでlinkを使えるように
1 parent 8d27840 commit 59d5934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/zenn-markdown-html/src/utils/comment-md.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const commentMd = require("markdown-it")({
55
});
66

77
commentMd
8-
.disable(["link", "image", "table", "heading"])
8+
.disable(["image", "table", "heading"])
99
.use(require("markdown-it-prism"))
1010
.use(require("markdown-it-link-attributes"), {
1111
attrs: {

0 commit comments

Comments
 (0)