summaryrefslogtreecommitdiffstats
path: root/vendor/golang.org/x/text/unicode/rangetable
Commit message (Collapse)AuthorAgeFilesLines
* Update markdown parsing library to github.com/gomarkdown/markdown (#944)Benjamin2019-11-175-19474/+0
|
* Update dependencies (#886)Wim2019-09-071-115/+0
|
* Update vendor (#852)Wim2019-06-163-3/+7032
|
* 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.