summaryrefslogtreecommitdiffstats
path: root/web/react/utils/markdown.jsx
Commit message (Collapse)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 ↵Florian Orben2015-11-301-57/+57
| | | | lists aren't rendered correctly
* Fixed newlines being stripped from multiline code blockshmhealey2015-11-201-16/+31
|
* Upgrading client dependancies. Upgrading to babel 6. Moving to es6 package ↵Christopher Speller2015-11-191-8/+56
| | | | system.
* fix indentation to use tabsFlorian Orben2015-11-101-1/+1
|
* Add latex supportFlorian Orben2015-11-101-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/plt983Harrison Healey2015-11-061-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 ↵hmhealey2015-11-061-1/+1
| | | | | | | | better match the original behaviour
| * 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 ↵Christopher Speller2015-11-061-1/+1
|/ | | | expantion of markdown images not in center channel.
* 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
|\ | | | | PLT-973 Re-enabled Markdown tables
| * 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
| | | | 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
|