Disable markdown math inside of raw code blocks

For #135254
This commit is contained in:
Matt Bierner
2021-10-20 13:00:58 -07:00
parent 91d2bdded2
commit 04f51add61
3 changed files with 73 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"fileTypes": [],
"injectionSelector": "L:text.html.markdown - (comment, string, meta.paragraph.markdown, markup.math.block.markdown, markup.fenced_code.block.markdown)",
"injectionSelector": "L:text.html.markdown - (comment, string, meta.paragraph.markdown, markup.math.block.markdown, markup.fenced_code.block.markdown, markup.raw.block.markdown)",
"patterns": [
{
"include": "#double_dollar_math_block"