Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update markdown parsing library to github.com/gomarkdown/markdown (#944) | Benjamin | 2019-11-17 | 5 | -19474/+0 |
| | |||||
* | Update dependencies (#886) | Wim | 2019-09-07 | 1 | -115/+0 |
| | |||||
* | Update vendor (#852) | Wim | 2019-06-16 | 3 | -3/+7032 |
| | |||||
* | Add support for markdown to HTML conversion (matrix). Closes #663 (#670) | Wim | 2019-01-06 | 5 | -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. |