Matt Bierner
b6e7279be4
Fix language mode for script and style blocks in markdown
...
Fixes #34602
2017-09-18 17:41:48 -07:00
Matt Bierner
b45a168102
Mark markdown fenced code blocks with correct language mode
...
Fixes #34598
2017-09-18 15:52:41 -07:00
Matt Bierner
59d5ce9f31
Make language identifier case insensitive for markdown code blocks
...
Fixes #32805
2017-08-18 14:42:16 -07:00
Matt Bierner
714a9c688f
Fix markdown fenced code blocks for mixed fence types
...
Fixes #31206
2017-07-21 14:12:17 -07:00
Matt Bierner
32566fd1f1
Add scss and pug to markdown fenced codeblock syntax highlighting Fixes #28382
2017-06-09 14:54:50 -07:00
Bradley Meck
d6c61a0e12
Add .mjs to known JavaScript file extensions ( #25747 )
...
Also add .es6 in missing places
2017-05-04 16:21:08 -07:00
Matt Bierner
1dd884a88a
Use Gulp To Generate Markdown Langauge Includes ( #22117 )
...
**Bug**
The markdown grammar for fenced code blocks is rather unmaintainable since it involves lots of copy and pasted code
**Fix**
Use a gulp task and a template to generate the fenced code block grammars include directly. This allows adding new language support much more easily.
2017-03-06 18:21:16 -08:00