Skip to content

Commit bc81f13

Browse files
committed
add output plugion
1 parent 7cbe62d commit bc81f13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ async function main() {
103103
],
104104
rehypePlugins: [
105105
rehypeSlug,
106-
rehypeHighlight,
106+
[rehypeHighlight, { aliases: { markdown: ["output", "terminal"] } }],
107107
[
108108
rehypeExternalLinks,
109109
{ target: "_blank", rel: ["nofollow", "noreferrer", "noopener"] },

0 commit comments

Comments
 (0)