In [2]:
!python md_preprocessor.py


usage: md_preprocessor.py [-h] [--list] [--version] [--without WITHOUT]
                          [--clean]
                          [mdfile]

positional arguments:
  mdfile

optional arguments:
  -h, --help         show this help message and exit
  --list             list commands
  --version          print version
  --without WITHOUT  don't parse command
  --clean            remove unparsed tags

In [ ]: