Skip to content

Instantly share code, notes, and snippets.

@asciimo
Created March 14, 2018 22:23
Show Gist options
  • Select an option

  • Save asciimo/f7d1c8e57d20a22b5538b5de4eda7f7a to your computer and use it in GitHub Desktop.

Select an option

Save asciimo/f7d1c8e57d20a22b5538b5de4eda7f7a to your computer and use it in GitHub Desktop.
Python oneliner to transform markdown to HTML
python -m markdown -x markdown.extensions.footnotes -x markdown.extensions.tables in.md > out.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment