summaryrefslogtreecommitdiffstats
path: root/utils/markdown
Commit message (Collapse)AuthorAgeFilesLines
* fix gofmt for go 1.11 (#9516)Carlos Tadeu Panato Junior2018-10-011-2099/+2099
| | | | | | | | * fix gofmt for go 1.11 * fix test * comment out one test
* Update serverside markdown parser to respect unicode and capitalized links ↵Harrison Healey2018-08-085-78/+173
| | | | (#9235)
* MM-11175 Add logic to server to understand markdown images with dimensions ↵Harrison Healey2018-08-014-8/+314
| | | | (#9159)
* MM-11451 Added autolinking to Markdown parser (#9151)Harrison Healey2018-07-246-1/+1002
| | | | | | | | * MM-11451 Added autolinking to Markdown parser * Added missing headers * Added mailto and tel links
* Fix invalid markdown text ranges (#9126)Adrian2018-07-182-5/+10
| | | second Range value is the end pos, not the length... :see_no_evil:
* Merge consecutive text nodes when inspecting markdown (#9112)Adrian2018-07-163-23/+57
| | | | | | | | | | | | | * 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-112-14/+147
| | | | | | * Track positions of markdown text * Add tests for markdown text ranges
* PLT-3383: image proxy support (#7991)Chris2018-01-2218-0/+5078
* 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