summaryrefslogtreecommitdiffstats
path: root/vendor/gitlab.com/golang-commonmark/markdown
Commit message (Collapse)AuthorAgeFilesLines
* Add support for markdown to HTML conversion (matrix). Closes #663 (#670)Wim2019-01-0649-0/+5966
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.