errbot
errbot copied to clipboard
Add a template function to generate tables in markdown
Why? It is really error prone to try to generate a markdown table from a jinja2 template.
We could imagine a function in the jinja2 to take a list of list (or anything consistent with that) and generate a proper markdown table.