Skip to content

Instantly share code, notes, and snippets.

@stlehmann
Last active August 29, 2015 14:16
Show Gist options
  • Save stlehmann/17c46391e113843ecc7d to your computer and use it in GitHub Desktop.
Save stlehmann/17c46391e113843ecc7d to your computer and use it in GitHub Desktop.
Settings file of sublimetext-Pandoc plugin
{
"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