Replies: 1 comment
-
You can disable the marked.use({
tokenizer: {
code() {
// return undefined to disable
}
}
}); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to use only three backticks for code blocks, i do not want to use indentation to trigger code block. This seems to be native markdown behavior and is not tied to GFM or anything like that. Is there some way to disable this?
Beta Was this translation helpful? Give feedback.
All reactions