summaryrefslogtreecommitdiffstats
path: root/web/react/utils/markdown.jsx
Commit message (Expand)AuthorAgeFilesLines
* Don't auto-add http:// to mailto: and ftp: markdown linksFlorian Orben2015-10-141-1/+1
* Revert "Modified markdown lexer to not break up words written in snake_case"hmhealey2015-10-131-37/+1
* Modified markdown lexer to not break up words written in snake_casehmhealey2015-10-091-1/+37
* Merge pull request #981 from mattermost/plt-517Christopher Speller2015-10-081-1/+1
|\
| * Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
* | Fixing issue with lastIndexOf=Corey Hulen2015-10-081-1/+1
* | Adding removing blank target for browser links=Corey Hulen2015-10-081-1/+1
* | PLT-567 auto join open channels=Corey Hulen2015-10-071-1/+9
|/
* Merge pull request #769 from hmhealey/plt334Joram Wilander2015-09-241-0/+16
|\
| * Restricted markdown output to only appear on one line when in singleline modehmhealey2015-09-231-0/+16
* | Changed Markdown links to open in a new tabhmhealey2015-09-231-1/+1
|/
* Added CSS classes to markdown headings, links, and tableshmhealey2015-09-231-1/+12
* Moved text formatting code to only occur inside of markdown text nodeshmhealey2015-09-221-0/+13
* Added theme class to markdown linkshmhealey2015-09-211-1/+7
* Cleaned up markdown formatting code and removed debug statementshmhealey2015-09-191-3/+5
* Changed markdown link parsing to automatically add an explicit protocol to urlshmhealey2015-09-191-0/+14