Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix katex sanitization | JoramWilander | 2016-02-03 | 1 | -1/+1 |
| | |||||
* | Removed special handling of snake_case words since that's now done by marked | hmhealey | 2015-12-07 | 1 | -5/+3 |
| | |||||
* | fix misaligned checkbox; remove list-style from list-elements with checkboxes | Florian Orben | 2015-12-05 | 1 | -1/+1 |
| | |||||
* | refactor not to use nested ternary statements | Florian Orben | 2015-11-30 | 1 | -3/+5 |
| | |||||
* | support gfm tasklists | Florian Orben | 2015-11-30 | 1 | -0/+8 |
| | |||||
* | PLT-1121: One element, non-ordered lists and one element, ordered, nested ↵ | Florian Orben | 2015-11-30 | 1 | -57/+57 |
| | | | | lists aren't rendered correctly | ||||
* | Fixed newlines being stripped from multiline code blocks | hmhealey | 2015-11-20 | 1 | -16/+31 |
| | |||||
* | Upgrading client dependancies. Upgrading to babel 6. Moving to es6 package ↵ | Christopher Speller | 2015-11-19 | 1 | -8/+56 |
| | | | | system. | ||||
* | fix indentation to use tabs | Florian Orben | 2015-11-10 | 1 | -1/+1 |
| | |||||
* | Add latex support | Florian Orben | 2015-11-10 | 1 | -0/+9 |
| | | | | | | Adds latex highlighting support via https://www.npmjs.com/package/katex as requested in https://mattermost.uservoice.com/forums/306457-general/suggestions/10160757-add-latex-support | ||||
* | Merge pull request #1345 from hmhealey/plt983 | Harrison Healey | 2015-11-06 | 1 | -1/+1 |
|\ | | | | | PLT-983 Fix _emphasizing_ markdown text when it's not the start of the post | ||||
| * | Changed markdown text regex to not capture the final underscore on a word to ↵ | hmhealey | 2015-11-06 | 1 | -1/+1 |
| | | | | | | | | better match the original behaviour | ||||
| * | Changed markdown text regex to capture whitespace preceeding an underscore | hmhealey | 2015-11-06 | 1 | -1/+1 |
| | | |||||
* | | Fixing broken markdown images taking up too much space. Fixed unnessisary ↵ | Christopher Speller | 2015-11-06 | 1 | -1/+1 |
|/ | | | | expantion of markdown images not in center channel. | ||||
* | Changed markdown lexer to ignore lists containing only one item | hmhealey | 2015-11-05 | 1 | -50/+54 |
| | |||||
* | Cleaned up Markedown Lexer for eslint | hmhealey | 2015-11-05 | 1 | -62/+56 |
| | |||||
* | Copied part of the marked lexer into markdown.jsx | hmhealey | 2015-11-05 | 1 | -1/+298 |
| | |||||
* | Moved highlighting code out of markdown.jsx | hmhealey | 2015-11-05 | 1 | -51/+3 |
| | |||||
* | 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 |
| |