Adds syntax highlighting and snippets to Pandoc flavored Markdown files in Atom. This was forked from atoms language-gfm. The goal is to maintain compatibility with the Github Flavored Markdown package while adding as much pandoc functionality as possible.
Setting language-pfm
as default
language-gfm
, all .md
files will be highlighted using this package..p.md
or .pmd
Supported Pandoc Features
This package supports a lot of pandoc features. Here are the highlights:
$...$
and \(...\)
and block $$...$$
and \[...\]
(copied from language-latex)There are some quirks, but these should not affect your daily work to much.
Works great with other pandoc related packages
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.