summaryrefslogtreecommitdiffstats
path: root/vendor/gitlab.com/golang-commonmark/markdown/backticks.go
Commit message (Collapse)AuthorAgeFilesLines
* Update markdown parsing library to github.com/gomarkdown/markdown (#944)Benjamin2019-11-171-60/+0
|
* Add support for markdown to HTML conversion (matrix). Closes #663 (#670)Wim2019-01-061-0/+60
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.