We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7fe14f commit 38f7872Copy full SHA for 38f7872
modes/markdown/mode.gd
@@ -1,7 +1,7 @@
1
extends TextForgeMode
2
3
var code_regions: Array[Array] = [
4
- [Color.hex(0xb6f1bbff), "`", "`", true],
+ [Color.hex(0xb6f1bbff), "`", "`", false],
5
[Color.hex(0xb6f1bbff), "```", "```", false],
6
]
7
0 commit comments