| Age | Commit message (Collapse) | Author | 
 | 
Using re.sub, translate certain lines of markdown into html equivalents.
Currently supports: '#', '**' and '*'.
 | 
 | 
Uses % symbols to delimit variables to substitute. Title and body are
two fundamental files.
 | 
 | 
This html file has a specific format
 | 
 | 
 | 
 | 
Usign regex to check if each file is a markdown file or not, skipping
any that are
 | 
 | 
This allows for command line arguments. Currently have -i and -o:
-i for initial template html
-o for the output type (date or filename)
 | 
 | 
 | 
 | 
This will be the main file for conversions to occur, though the project
may grow out of this file.
 | 
 | 
 |