Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1286 from hmhealey/plt973 | Christopher Speller | 2015-11-04 | 1 | -1/+2 |
|\ | | | | | PLT-973 Re-enabled Markdown tables | ||||
| * | Re-enabled Markdown tables | hmhealey | 2015-11-03 | 1 | -1/+2 |
| | | |||||
* | | Fixing height of embeded images | Christopher Speller | 2015-11-03 | 1 | -0/+15 |
|/ | |||||
* | use XML syntax highlighting if provided language is html | Florian Orben | 2015-10-29 | 1 | -4/+10 |
| | |||||
* | escape user input | Florian Orben | 2015-10-29 | 1 | -2/+2 |
| | |||||
* | Add java and ini language | Florian Orben | 2015-10-29 | 1 | -0/+4 |
| | | | | Forgot to add those altough they are quite common | ||||
* | fix markup if code is of unknown language | Florian Orben | 2015-10-29 | 1 | -1/+1 |
| | |||||
* | highlight code in markdown blocks | Florian Orben | 2015-10-29 | 1 | -0/+61 |
| | |||||
* | Updated markdown regexes to better handle underscores and links | hmhealey | 2015-10-28 | 1 | -18/+34 |
| | |||||
* | Modified markdown lexer to not break up words written in snake_case | hmhealey | 2015-10-28 | 1 | -1/+37 |
| | |||||
* | Revert "PLT-395: Add syntax highlighting to Markdown code blocks" | Christopher Speller | 2015-10-28 | 1 | -65/+0 |
| | |||||
* | auto-link mentions with user names having symbols | Girish S | 2015-10-27 | 1 | -3/+6 |
| | | | | this also handles the case where user_name having '_' | ||||
* | Add java and ini language | Florian Orben | 2015-10-24 | 1 | -0/+4 |
| | | | | Forgot to add those altough they are quite common | ||||
* | fix markup if code is of unknown language | Florian Orben | 2015-10-24 | 1 | -1/+1 |
| | |||||
* | highlight code in markdown blocks | Florian Orben | 2015-10-24 | 1 | -0/+61 |
| | |||||
* | Changed markdown renderer to only parse emoticons twice | hmhealey | 2015-10-22 | 1 | -1/+6 |
| | |||||
* | Pass eslint tests | Pat Lathem | 2015-10-21 | 1 | -3/+3 |
| | |||||
* | Missing semicolon | Pat Lathem | 2015-10-21 | 1 | -1/+1 |
| | |||||
* | Remove stray emoticons.jsx import | Pat Lathem | 2015-10-21 | 1 | -1/+0 |
| | |||||
* | Add a call to doFormatText inside of the markdown paragraph handler | Pat Lathem | 2015-10-21 | 1 | -0/+3 |
| | |||||
* | Don't auto-add http:// to mailto: and ftp: markdown links | Florian Orben | 2015-10-14 | 1 | -1/+1 |
| | |||||
* | Revert "Modified markdown lexer to not break up words written in snake_case" | hmhealey | 2015-10-13 | 1 | -37/+1 |
| | | | | This reverts commit 787d2ef7bca7f411b18d1d13561d61d7e95c81a7. | ||||
* | Modified markdown lexer to not break up words written in snake_case | hmhealey | 2015-10-09 | 1 | -1/+37 |
| | |||||
* | Merge pull request #981 from mattermost/plt-517 | Christopher Speller | 2015-10-08 | 1 | -1/+1 |
|\ | | | | | PLT-517 Changing SpinPunch to Mattermost in copyright | ||||
| * | Changing SpinPunch to Mattermost in copyright | Christopher Speller | 2015-10-08 | 1 | -1/+1 |
| | | |||||
* | | Fixing issue with lastIndexOf | =Corey Hulen | 2015-10-08 | 1 | -1/+1 |
| | | |||||
* | | Adding removing blank target for browser links | =Corey Hulen | 2015-10-08 | 1 | -1/+1 |
| | | |||||
* | | PLT-567 auto join open channels | =Corey Hulen | 2015-10-07 | 1 | -1/+9 |
|/ | |||||
* | Merge pull request #769 from hmhealey/plt334 | Joram Wilander | 2015-09-24 | 1 | -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 mode | hmhealey | 2015-09-23 | 1 | -0/+16 |
| | | |||||
* | | Changed Markdown links to open in a new tab | hmhealey | 2015-09-23 | 1 | -1/+1 |
|/ | |||||
* | Added CSS classes to markdown headings, links, and tables | hmhealey | 2015-09-23 | 1 | -1/+12 |
| | |||||
* | Moved text formatting code to only occur inside of markdown text nodes | hmhealey | 2015-09-22 | 1 | -0/+13 |
| | |||||
* | Added theme class to markdown links | hmhealey | 2015-09-21 | 1 | -1/+7 |
| | |||||
* | Cleaned up markdown formatting code and removed debug statements | hmhealey | 2015-09-19 | 1 | -3/+5 |
| | |||||
* | Changed markdown link parsing to automatically add an explicit protocol to urls | hmhealey | 2015-09-19 | 1 | -0/+14 |