summaryrefslogtreecommitdiffstats
path: root/utils/markdown/html.go
Commit message (Collapse)AuthorAgeFilesLines
* Update serverside markdown parser to respect unicode and capitalized links ↵Harrison Healey2018-08-081-1/+1
| | | | (#9235)
* MM-11451 Added autolinking to Markdown parser (#9151)Harrison Healey2018-07-241-0/+6
| | | | | | | | * MM-11451 Added autolinking to Markdown parser * Added missing headers * Added mailto and tel links
* PLT-3383: image proxy support (#7991)Chris2018-01-221-0/+186
* image proxy support * go vet fix, remove mistakenly added coverage file * fix test compile error * add validation to config settings and documentation to model functions * add message_source field to post