Commit Graph

13 Commits

Author SHA1 Message Date
colinfang
d09e6ef353 Fix md block under a list is recognized as a paragraph (#39952) 2017-12-11 10:32:05 -08:00
Yuki Ueda
142d587bde Fix md quote syntax highlight(fix #38523) (#39487) 2017-12-04 10:59:37 -08:00
Matt Bierner
89f8a77cb8 Reapply #38328 with fix
Fixes #38049
2017-11-14 11:49:27 -08:00
Matt Bierner
fe48d23086 Revert "Fixes markdown link syntax highlighting bug (#38328)"
This reverts commit 5fd4061806.
2017-11-14 11:27:05 -08:00
Shivam Mittal
5fd4061806 Fixes markdown link syntax highlighting bug (#38328)
Issue: #38049

Signed-off-by: Shivam Mittal <shivammittal99@gmail.com>
2017-11-14 08:46:19 -08:00
Matt Bierner
f8bac907b7 Mark markdown yaml frontmatter as yaml embedded language
Fixes #30873
2017-10-16 14:45:06 -07:00
Matt Bierner
bf84cbcc37 Fix begin/end for markdown script/pre blocks
Fixes #33886
2017-09-06 14:11:01 -07:00
Matt Bierner
0ff02b2df7 Mark inline markdown code as strings for bracket matching and other editor features
Fixes #33513
2017-09-01 15:01:08 -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
Matt Bierner
0656b2b090 Update markdown grammar to allow better injection into unknown fenced code blocks 2017-04-11 17:35:28 -07:00
Richard Min
9875ae1077 Support ... terminating Yaml FrontMatter (#23195)
* FrontMatter rendered properly on markdownEngine

* FrontMatter terminates for 3 - or .

* Regex applied on both files for markdown
2017-03-24 19:56:53 -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