Skip to content

Commit 667cd33

Browse files
committed
feat: change inline code template
1 parent 4d975ec commit 667cd33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

create/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const getDescription = (description) => {
3838
},
3939
{
4040
regexp: /<code>(.*?)<\/code>/ig,
41-
replacer: (_, $1) => `\`\`\`${$1}\`\`\``
41+
replacer: (_, $1) => `\`${$1}\``
4242
},
4343
{
4444
regexp: /<i>(.*?)<\/i>/ig,

0 commit comments

Comments
 (0)