summaryrefslogtreecommitdiffstats
path: root/utils/markdown/inlines.go
Commit message (Collapse)AuthorAgeFilesLines
* MM-11175 Add logic to server to understand markdown images with dimensions ↵Harrison Healey2018-08-011-6/+27
| | | | (#9159)
* MM-11451 Added autolinking to Markdown parser (#9151)Harrison Healey2018-07-241-1/+75
| | | | | | | | * MM-11451 Added autolinking to Markdown parser * Added missing headers * Added mailto and tel links
* Fix invalid markdown text ranges (#9126)Adrian2018-07-181-2/+2
| | | second Range value is the end pos, not the length... :see_no_evil:
* Merge consecutive text nodes when inspecting markdown (#9112)Adrian2018-07-161-0/+34
| | | | | | | | | | | | | * Fix assertion order expected/actual were in wrong order, resulting in misleading output in case of failing tests * Merge consesutive markdown text nodes This ensures that parser quirks such as "hello!" being parsed as two separate nodes ("hello" and "!") are not exposed to code inspecting a markdown strings.
* Expose range information for markdown text nodes [WIP] (#9067)Adrian2018-07-111-14/+37
| | | | | | * Track positions of markdown text * Add tests for markdown text ranges
* PLT-3383: image proxy support (#7991)Chris2018-01-221-0/+489
* 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