Open dirkpetersen opened 7 years ago
Currently we are using default Jinja2 rendered HTML for the documentation page in side flask apps
https://github.com/FredHutch/postgres_container_mgmt/blob/master/postgresdb/templates/documentation.html
This should really be written in markdown and rendered accordingly, perhaps with something like https://pypi.python.org/pypi/flask_markdown2
Currently we are using default Jinja2 rendered HTML for the documentation page in side flask apps
https://github.com/FredHutch/postgres_container_mgmt/blob/master/postgresdb/templates/documentation.html
This should really be written in markdown and rendered accordingly, perhaps with something like https://pypi.python.org/pypi/flask_markdown2