Skip to content

Commit

Permalink
[feat] set default backticks option to false
Browse files Browse the repository at this point in the history
  • Loading branch information
givvemee committed May 24, 2024
1 parent 134c018 commit 5e18f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"YOCO.useBacktick": {
"type": "boolean",
"default": true,
"default": false,
"description": "Wrap codeblock with backticks"
}
}
Expand Down

0 comments on commit 5e18f35

Please sign in to comment.