This is a quick mark down tool I made it does the following:
- Clone this repo
git clone https://github.com/michaelgutierrez0/mark-down-checking-tool.git
- CD into the repository:
cd mark-down-checking-tool
- Put your file(s) in the MarkDownInput folder
- Build the docker file:
docker build -t mark-down-tool .
- Run the docker file:
docker run mark-down-tool
This project only requires docker to be installed and an internet connection.