Skip to content

Instantly share code, notes, and snippets.

@mwfrost
Created January 19, 2011 19:32
Show Gist options
  • Select an option

  • Save mwfrost/786694 to your computer and use it in GitHub Desktop.

Select an option

Save mwfrost/786694 to your computer and use it in GitHub Desktop.
Process a markdown file with pandoc
os.system('pandoc -f markdown -t html cair_3.markdown -o out.html -S')
Can be run as a SublimeText console command
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment