Skip to content

Instantly share code, notes, and snippets.

@davidbgk
Created June 13, 2020 14:37
Show Gist options
  • Save davidbgk/bc842e20d7b30961bfefa65e2070c8b0 to your computer and use it in GitHub Desktop.
Save davidbgk/bc842e20d7b30961bfefa65e2070c8b0 to your computer and use it in GitHub Desktop.

To install this:

$ pip install getgist pyyaml && getgist miraculixx markup.py && alias markup="python markup.py"

Then use it from your Python code

from markup import markup

data = markup(file_or_str)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment