Skip to content

Commit

Permalink
fix: fix show number line issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 31, 2022
1 parent f8a7060 commit 8586f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/create.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export function create(str = '', options = {}) {
dt.unshift(rehypePrism);
}
dt.unshift(rehypePreviewHTML);
return plugins;
return dt;
}
return plugins;
},
Expand Down

0 comments on commit 8586f8a

Please sign in to comment.