summaryrefslogtreecommitdiffstats
path: root/vendor/golang.org/x/text/unicode/rangetable
Commit message (Collapse)AuthorAgeFilesLines
* Add support for markdown to HTML conversion (matrix). Closes #663 (#670)Wim2019-01-065-0/+12560
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.