Disable curly quotes in code blocks

pull/565/head
Zef Hemel 2023-11-12 10:44:45 +01:00
parent da88c9c6ed
commit 1b242dea55
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ import { KeyBinding, syntaxTree } from "../deps.ts";
const straightQuoteContexts = [ const straightQuoteContexts = [
"CommentBlock", "CommentBlock",
"CodeBlock",
"FencedCode", "FencedCode",
"InlineCode", "InlineCode",
"FrontMatterCode", "FrontMatterCode",