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 --cleanfor seeing the results on a website:
mkdocs servewe 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 --cleanfor seeing the results on a website:
mkdocs serve