opencobra / memote

memote – the genome-scale metabolic model test suite
https://memote.readthedocs.io/
Apache License 2.0
125 stars 26 forks source link

Prettify the test descriptions with HTML tags #571

Open ChristianLieven opened 5 years ago

ChristianLieven commented 5 years ago

Problem description

Without any markup at all a long description in the report is cumbersome to read. Perhaps consider automatically adding <p>, <h4> or <br> tags before merging the text with the template.

ChristianLieven commented 5 years ago

We already use markdown in the docstrings so we might aswell parse that and convert it into HTML with e.g. https://github.com/trentm/python-markdown2