Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-14Fix reference links in dashboard activity and ATOM feeds.Douwe Maan
2015-05-11Extract handling of relative file links to RelativeLinkFilterJakub Jirutka
2015-04-30Remove special handling for the `'` problemRobert Speicher
2015-04-30Escape normal text in our Redcarpet rendererRobert Speicher
2015-04-30Add Gitlab::Markdown::AutolinkFilterRobert Speicher
2015-04-30Add Gitlab::Markdown::TableOfContentsFilterRobert Speicher
2015-03-17Merge branch 'atom-xhtml-squashed' into 'master'Douwe Maan
2015-03-17Fix invalid Atom feeds when using emoji, horizontal rules, or images.Christian Walther
2015-03-12Merge branch 'markdown-smb-link' into 'master'Dmitriy Zaporozhets
2015-03-10Fix code preview theme setting for comments, issues, merge requests, and snip...Stan Hu
2015-03-10Allow smb:// links in Markdown text.Douwe Maan
2015-01-15Replace highlight.js with rouge-fork rugmentsStefan Tatschner
2014-10-10Add a comment why this is done.Marin Jankovski
2014-10-10Substitute right single quote back with apostrophe.Marin Jankovski
2014-10-09Replace apostrophe with right single quote to avoid markdown interpretation a...Marin Jankovski
2014-10-06Add task lists to issues and merge requestsVinnie Okada
2014-05-26Add feature spec.Marin Jankovski
2014-05-26Do not replace links inside code blocks, less code for the same amount of work.Marin Jankovski
2014-04-09Use ProjectWiki instead of GollumWiki in codeDmitriy Zaporozhets
2014-03-17Wiki will show relative links related to the wiki gollum repository.Marin Jankovski
2014-02-27html_escape is private for rails 4.0.2 :(Dmitriy Zaporozhets
2014-02-27Enable html_escape for code blocks highlighted in markdownDmitriy Zaporozhets
2014-02-11Headers have ids and link to their own id.Ciro Santillli
2014-01-27Improve highlight for notesDmitriy Zaporozhets
2014-01-27Add highlight.js support to markdown, snippets etcDmitriy Zaporozhets
2013-11-08Correct check.Marin Jankovski
2013-10-11Skip relative links render in help page.Marin Jankovski
2013-10-10Cover a special case.Marin Jankovski
2013-10-08Check for wiki.Marin Jankovski
2013-10-08Show links with correct ref.Marin Jankovski
2013-10-08Search and replace relative links in tree/readmeMarin Jankovski
2013-07-07Fix Pygments 500 error if lexer not found by name. Use first alias instead. f...Robert Schilling
2013-06-09Fix pygment lexer 500 errors when an alias is used instead of a name.Sytse Sijbrandij
2013-01-17Fix parsing of ref-like Urls in links and images in GFMRiyad Preukschas
2012-12-22Fixed wierd gitlab markdown issueDmitriy Zaporozhets
2012-12-22Improve wiki rendering. Fix pygemnt + markdown invalid htmlDmitriy Zaporozhets
2012-11-28Fix code blocks in Markdown not knowing about the user's color schemeRiyad Preukschas
2012-11-10Fix 500s because of "missing" lexerRiyad Preukschas
2012-08-11Fully embrace Ruby 1.9 hash syntaxRobert Speicher
2012-08-02Update Gitlab Markdown renderer to use GFMRiyad Preukschas
2012-08-01Add render context to markdown rendererRiyad Preukschas
2012-06-08specify utf-8 encoding for pygments.rb markdown wrapperNihad Abbasov
2012-04-21Switch to Redcarpet for Markdown Rendering.Arthur Schreiber