Skip to content

Instantly share code, notes, and snippets.

@rpavlik
Created March 8, 2017 19:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rpavlik/1b9b390975ab7322e294caf8326f6b82 to your computer and use it in GitHub Desktop.
Save rpavlik/1b9b390975ab7322e294caf8326f6b82 to your computer and use it in GitHub Desktop.
Markdeep customizations for Atom
# Merge (don't replace!) the contents of your config.cson Atom configuration file with this
# to improve support for Markdeep. This is the best I've found so far, but not ideal.
# Markdeep: https://casual-effects.com/markdeep/
"*":
core:
customFileTypes: # Merge contents of these keys with any existing config
'source.gfm': [
'md.html' # Recommended file extension for Markdeep - maps here to GitHub-Flavored Markdown.
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment