aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-05squash! +option parsing capabilitydx
2020-05-05+argument validation for markdown file testdx
Usign regex to check if each file is a markdown file or not, skipping any that are
2020-05-05+option parsing capabilitydx
This allows for command line arguments. Currently have -i and -o: -i for initial template html -o for the output type (date or filename)
2020-05-05+simple gitignoredx
2020-05-05+converter.py filedx
This will be the main file for conversions to occur, though the project may grow out of this file.
2020-05-05Initial commitodavep