summaryrefslogtreecommitdiffstats
path: root/vendor/gitlab.com/golang-commonmark/puny
Commit message (Collapse)AuthorAgeFilesLines
* Add support for markdown to HTML conversion (matrix). Closes #663 (#670)Wim2019-01-064-0/+321
This uses our own gomatrix lib with the SendHTML function which adds HTML to formatted_body in matrix. golang-commonmark is used to convert markdown into valid HTML.