Last active
August 29, 2015 14:16
-
-
Save stlehmann/17c46391e113843ecc7d to your computer and use it in GitHub Desktop.
Settings file of sublimetext-Pandoc plugin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"user": { | |
// transformations | |
"transformations": { | |
"reStructuredText": { | |
"new-buffer": 1, | |
"scope": { | |
"text.html.markdown": "markdown" | |
}, | |
"syntax_file": "Packages/RestructuredText/RestructuredText.tmLanguage", | |
"pandoc-arguments": [ | |
"--to=rst", | |
] | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment