we are using mkdocs (http://www.mkdocs.org/) so that you can generate html files out of md.
for generating the site folder with the html files:
mkdocs build --clean
for seeing the results on a website:
mkdocs serve
we are using mkdocs (http://www.mkdocs.org/) so that you can generate html files out of md.
for generating the site folder with the html files:
mkdocs build --clean
for seeing the results on a website:
mkdocs serve