summaryrefslogtreecommitdiffstats
path: root/tests/test-markdown-lists.md
Commit message (Collapse)AuthorAgeFilesLines
* Update markdown test for lists (#6131)lindalumitchell2017-04-181-8/+13
| | | | | | * Update for no line breaks in lists * Updating line breaks in lists expected behavior
* Update test-markdown-lists.md (#5658)lindalumitchell2017-03-061-0/+18
| | | Added test for multi-item unordered list with line break.
* Adding test case for lines before & after bullets (#5155)it332017-01-251-0/+29
|
* Updating markdown links test (#3790)Jason Blais2016-08-121-3/+3
| | | | | | | | | #### Summary Updating markdown links test Ticket Link https://mattermost.atlassian.net/browse/PLT-3829 and https://mattermost.atlassian.net/browse/PLT-3551 are marked as `Won't Fix`, so the markdown links test needs to be updated too.
* PLT-3482/PLT-3551/PLT-3552 Fixed some markdown list parsing (#3637)Harrison Healey2016-07-201-27/+23
| | | | | | | | | | * PLT-3552 Partially-fixed an invalid test case * PLT-3551 Removed an invalid test case * PLT-3482 Added a test case for multiple lists separated by text * PLT-3482 Updated marked to fix multiple lists separated by text
* Require indentation for multiline list items (#3326)Harrison Healey2016-06-141-5/+4
|
* Fixing test-markdown-lists.md (#3281)Harrison Healey2016-06-071-2/+2
|
* PLT-1458 Updated list autonumbering (#3126)Harrison Healey2016-05-271-43/+42
| | | | | | * Removed MattermostLexer since it was exactly the same as the default marked one * Updated list autonumbering to always start numbering from the first item's number
* Moving tests to /tests and removing /doc folder. Docs are now in seperate ↵Christopher Speller2016-02-181-0/+250
repository