summaryrefslogtreecommitdiffstats
path: root/web/react/utils/markdown.jsx
Commit message (Collapse)AuthorAgeFilesLines
* use XML syntax highlighting if provided language is htmlFlorian Orben2015-10-291-4/+10
|
* escape user inputFlorian Orben2015-10-291-2/+2
|
* Add java and ini languageFlorian Orben2015-10-291-0/+4
| | | | Forgot to add those altough they are quite common
* fix markup if code is of unknown languageFlorian Orben2015-10-291-1/+1
|
* highlight code in markdown blocksFlorian Orben2015-10-291-0/+61
|
* Updated markdown regexes to better handle underscores and linkshmhealey2015-10-281-18/+34
|
* Modified markdown lexer to not break up words written in snake_casehmhealey2015-10-281-1/+37
|
* Revert "PLT-395: Add syntax highlighting to Markdown code blocks"Christopher Speller2015-10-281-65/+0
|
* auto-link mentions with user names having symbolsGirish S2015-10-271-3/+6
| | | | this also handles the case where user_name having '_'
* Add java and ini languageFlorian Orben2015-10-241-0/+4
| | | | Forgot to add those altough they are quite common
* fix markup if code is of unknown languageFlorian Orben2015-10-241-1/+1
|
* highlight code in markdown blocksFlorian Orben2015-10-241-0/+61
|
* Changed markdown renderer to only parse emoticons twicehmhealey2015-10-221-1/+6
|
* Pass eslint testsPat Lathem2015-10-211-3/+3
|
* Missing semicolonPat Lathem2015-10-211-1/+1
|
* Remove stray emoticons.jsx importPat Lathem2015-10-211-1/+0
|
* Add a call to doFormatText inside of the markdown paragraph handlerPat Lathem2015-10-211-0/+3
|
* 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
| | | | This reverts commit 787d2ef7bca7f411b18d1d13561d61d7e95c81a7.
* 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
|\ | | | | PLT-517 Changing SpinPunch to Mattermost in copyright
| * 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
|\ | | | | PLT-334 Restricted markdown output to only appear on one line when in singleline mode
| * 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