summaryrefslogtreecommitdiffstats
path: root/utils/markdown/inspect.go
Commit message (Collapse)AuthorAgeFilesLines
* Merge consecutive text nodes when inspecting markdown (#9112)Adrian2018-07-161-1/+1
| | | | | | | | | | | | | * 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.
* PLT-3383: image proxy support (#7991)Chris2018-01-221-0/+78
* 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