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

Uses logging module instead of bare print statements #34

Closed leotrs closed 8 years ago

leotrs commented 8 years ago

Also added two script flags: --verbose and --debug which set the logging level to INFO and DEBUG accordingly. The default is WARNING.

amyreese commented 8 years ago

Probably wouldn't hurt to rebase this on latest master and force push it to github to clean up the merge messages and conflicts.

leotrs commented 8 years ago

@jreese So it was my first time doing a rebase. I did git rebase -i master. My master was sync'd with yours. I think I did it incorrectly because now there are other changes in logging that (should?) be part of your master now but aren't. I also wasn't able to get rid of the "fix merge conflict" commits.

Welp.