| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
(#9235)
|
|
|
|
| |
(#9159)
|
|
|
|
|
|
|
|
| |
* MM-11451 Added autolinking to Markdown parser
* Added missing headers
* Added mailto and tel links
|
|
|
| |
second Range value is the end pos, not the length... :see_no_evil:
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
| |
* Track positions of markdown text
* Add tests for markdown text ranges
|
|
* 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
|