diff --git a/README.md b/README.md index 81458d5..7c1c7d7 100644 --- a/README.md +++ b/README.md @@ -226,6 +226,25 @@ See [gray-matter](https://github.com/assemble/gray-matter) ![image](https://f.cloud.github.com/assets/383994/2179172/82a6dc1c-9694-11e3-89f1-772bedf02384.png) +## LaTeX Math Support in Markdown Extended + +All standard LaTeX math environments (including amsmath) are supported. That is, the following enters the latex scope. + +``` +$...$ + +$$...$$ + +\[...\] + +\begin{equation} + ... +\end{equation} +``` + +The supported `\begin{}` environments are `equation`, `align`, `gather`, `alignat`, `flalign`, `multiline`, and the corresponding starred version (e.g. `equation*`). + + ## Authors **Jon Schlinkert** diff --git a/Syntaxes/Markdown Extended.sublime-syntax b/Syntaxes/Markdown Extended.sublime-syntax index e52749a..039642d 100644 --- a/Syntaxes/Markdown Extended.sublime-syntax +++ b/Syntaxes/Markdown Extended.sublime-syntax @@ -783,7 +783,6 @@ contexts: scope: markup.heading.2.markdown captures: 1: punctuation.definition.heading.markdown - - include: latex-display html_comment: - match: