summaryrefslogtreecommitdiffstats
path: root/web/react/utils/markdown.jsx
Commit message (Expand)AuthorAgeFilesLines
* Removed special handling of snake_case words since that's now done by markedhmhealey2015-12-071-5/+3
* fix misaligned checkbox; remove list-style from list-elements with checkboxesFlorian Orben2015-12-051-1/+1
* refactor not to use nested ternary statementsFlorian Orben2015-11-301-3/+5
* support gfm tasklistsFlorian Orben2015-11-301-0/+8
* PLT-1121: One element, non-ordered lists and one element, ordered, nested lis...Florian Orben2015-11-301-57/+57
* Fixed newlines being stripped from multiline code blockshmhealey2015-11-201-16/+31
* Upgrading client dependancies. Upgrading to babel 6. Moving to es6 package sy...Christopher Speller2015-11-191-8/+56
* fix indentation to use tabsFlorian Orben2015-11-101-1/+1
* Add latex supportFlorian Orben2015-11-101-0/+9
* Merge pull request #1345 from hmhealey/plt983Harrison Healey2015-11-061-1/+1
|\
| * Changed markdown text regex to not capture the final underscore on a word to ...hmhealey2015-11-061-1/+1
| * Changed markdown text regex to capture whitespace preceeding an underscorehmhealey2015-11-061-1/+1
* | Fixing broken markdown images taking up too much space. Fixed unnessisary exp...Christopher Speller2015-11-061-1/+1
|/
* Changed markdown lexer to ignore lists containing only one itemhmhealey2015-11-051-50/+54
* Cleaned up Markedown Lexer for eslinthmhealey2015-11-051-62/+56
* Copied part of the marked lexer into markdown.jsxhmhealey2015-11-051-1/+298
* Moved highlighting code out of markdown.jsxhmhealey2015-11-051-51/+3
* Merge pull request #1286 from hmhealey/plt973Christopher Speller2015-11-041-1/+2
|\
| * Re-enabled Markdown tableshmhealey2015-11-031-1/+2
* | Fixing height of embeded imagesChristopher Speller2015-11-031-0/+15
|/
* 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
* 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
* Add java and ini languageFlorian Orben2015-10-241-0/+4
* 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
* 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