amyreese / markdown-pp

Preprocessor for Markdown files to generate a table of contents and other documentation needs
MIT License
309 stars 68 forks source link

Put argument parsing and command execution inside `if __name__ == '__main__'` clause #31

Closed leotrs closed 8 years ago

leotrs commented 8 years ago

Also added a test for the markdown-pp command and fixed some whitespace that were driving the linter crazy.