Support ... terminating Yaml FrontMatter (#23195)

* FrontMatter rendered properly on markdownEngine

* FrontMatter terminates for 3 - or .

* Regex applied on both files for markdown
This commit is contained in:
Richard Min
2017-03-24 19:56:53 -07:00
committed by Matt Bierner
parent 40c3d0a049
commit 9875ae1077
3 changed files with 3 additions and 3 deletions

View File

@@ -1184,7 +1184,7 @@
<key>begin</key>
<string>\A-{3}\s*$</string>
<key>while</key>
<string>^(?!-{3}\s*$)</string>
<string>^(?!(-{3}|\.{3})\s*$)</string>
<key>patterns</key>
<array>
<dict>