language-gfm-enhanced
A fork of language-gfm to support highlighting for Math and Code Chunks.
shd101wyy 5,549 10 0.92.0 MIT GitHub

Language GFM Enhanced

This package is just a fork of language-gfm extended to support some features of markdown-preview-enhanced.

Screen Shot 2016-10-26 at 9.25.20 PM

Installation

  • search language-gfm-enhanced in package manager and install it.
  • disable language-gfm
  • restart atom

Additional Features

  1. Code Chunk highlighting. (what is code chunk?)
  2. Math typesetting highlighting
    delimiters $...$ and $$...$$ are currently supported. (copied from language-latex)
  3. Graph code highlighting
    You need to install the following packages to get it work.

If you found an issue

If you found an issue, then check language-gfm first because it might be an upstream issue.

Recommended alternatives

language-markdown
language-pfm