summaryrefslogtreecommitdiff
path: root/lib/redcarpet
Commit message (Expand)AuthorAgeFilesLines
* Replace Rugments with RougeStefan Tatschner2015-07-291-4/+4
* Fix typo.Douwe Maan2015-06-021-1/+1
* Actually ignore references in code blocks etc.Douwe Maan2015-06-021-0/+2
* Fix reference links in dashboard activity and ATOM feeds.dashboard-referencesDouwe Maan2015-05-141-1/+4
* Extract handling of relative file links to RelativeLinkFilterJakub Jirutka2015-05-111-4/+0
* Remove special handling for the `'` problemRobert Speicher2015-04-301-12/+1
* Escape normal text in our Redcarpet rendererRobert Speicher2015-04-301-1/+3
* Add Gitlab::Markdown::AutolinkFilterRobert Speicher2015-04-301-13/+5
* Add Gitlab::Markdown::TableOfContentsFilterRobert Speicher2015-04-301-10/+0
* Merge branch 'atom-xhtml-squashed' into 'master'Douwe Maan2015-03-171-5/+1
|\
| * Fix invalid Atom feeds when using emoji, horizontal rules, or images.Christian Walther2015-03-161-5/+1
* | Merge branch 'markdown-smb-link' into 'master'Dmitriy Zaporozhets2015-03-121-0/+8
|\ \
| * | Allow smb:// links in Markdown text.Douwe Maan2015-03-101-0/+8
| |/
* | Fix code preview theme setting for comments, issues, merge requests, and snip...Stan Hu2015-03-101-2/+3
|/
* Replace highlight.js with rouge-fork rugmentsStefan Tatschner2015-01-151-14/+13
* Add a comment why this is done.Marin Jankovski2014-10-101-0/+6
* Substitute right single quote back with apostrophe.Marin Jankovski2014-10-101-0/+1
* Replace apostrophe with right single quote to avoid markdown interpretation a...Marin Jankovski2014-10-091-0/+5
* Add task lists to issues and merge requestsVinnie Okada2014-10-051-1/+5
* Add feature spec.Marin Jankovski2014-05-261-3/+3
* Do not replace links inside code blocks, less code for the same amount of work.Marin Jankovski2014-05-261-16/+1
* Use ProjectWiki instead of GollumWiki in codeDmitriy Zaporozhets2014-04-091-1/+3
* Wiki will show relative links related to the wiki gollum repository.Marin Jankovski2014-03-171-2/+4
* html_escape is private for rails 4.0.2 :(Dmitriy Zaporozhets2014-02-271-1/+1
* Enable html_escape for code blocks highlighted in markdownDmitriy Zaporozhets2014-02-271-1/+1
* Headers have ids and link to their own id.Ciro Santillli2014-02-111-0/+11
* Improve highlight for notesDmitriy Zaporozhets2014-01-271-3/+1
* Add highlight.js support to markdown, snippets etcDmitriy Zaporozhets2014-01-271-5/+7
* Correct check.Marin Jankovski2013-11-081-1/+1
* Skip relative links render in help page.Marin Jankovski2013-10-111-1/+5
* Cover a special case.Marin Jankovski2013-10-101-1/+2
* Check for wiki.Marin Jankovski2013-10-081-1/+5
* Show links with correct ref.Marin Jankovski2013-10-081-1/+2
* Search and replace relative links in tree/readmeMarin Jankovski2013-10-081-0/+4
* Fix Pygments 500 error if lexer not found by name. Use first alias instead. f...Robert Schilling2013-07-071-1/+1
* Fix pygment lexer 500 errors when an alias is used instead of a name.Sytse Sijbrandij2013-06-091-1/+2
* Fix parsing of ref-like Urls in links and images in GFMRiyad Preukschas2013-01-161-0/+4
* Fixed wierd gitlab markdown issueDmitriy Zaporozhets2012-12-221-3/+10
* Improve wiki rendering. Fix pygemnt + markdown invalid htmlDmitriy Zaporozhets2012-12-221-7/+6
* Fix code blocks in Markdown not knowing about the user's color schemeRiyad Preukschas2012-11-271-4/+6
* Fix 500s because of "missing" lexerRiyad Preukschas2012-11-101-2/+4
* Fully embrace Ruby 1.9 hash syntaxRobert Speicher2012-08-101-2/+2
* Update Gitlab Markdown renderer to use GFMRiyad Preukschas2012-08-021-0/+4
* Add render context to markdown rendererRiyad Preukschas2012-08-011-0/+10
* specify utf-8 encoding for pygments.rb markdown wrapperNihad Abbasov2012-06-081-3/+3
* Switch to Redcarpet for Markdown Rendering.Arthur Schreiber2012-04-201-0/+9