A simple python automation script that transforms your // commented code into a detailed documentation HTML page.
Useful for breaking down and quickly turning fully-commented example scripts into their own markdown-style docpages.
python3 brdown.py [code-file] -o [output file]If no output file is specified, brdown will just spit out all the HTML to the console.
