Created
March 14, 2018 22:23
-
-
Save asciimo/f7d1c8e57d20a22b5538b5de4eda7f7a to your computer and use it in GitHub Desktop.
Python oneliner to transform markdown to HTML
This file contains hidden or 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
| 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