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
path: root/lib/rouge
AgeCommit message (Expand)Author
2021-10-27Add latest changes from gitlab-org/security/gitlab@14-4-stable-eeGitLab Bot
2021-04-21Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot
2021-02-18Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot
2020-11-19Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot
2019-08-09Revert "Merge branch '65152-selective-highlight' into 'master'"Patrick Bajao
2019-08-06Support selective highlighting of linesPatrick Bajao
2018-10-08Enable even more frozen string in lib/**/*.rbgfyoung
2018-07-09Resolve Naming/UncommunicativeMethodLin Jen-Shin
2018-03-07Add CommonMark markdown engineblackst0ne
2017-11-22Add support of MermaidVitaliy @blackst0ne Klachkov
2017-06-08remove the rouge copypasta and add notes to refactorhttp://jneen.net/
2017-03-15Document tag option and clarify specDouwe Maan
2017-03-15Copy code as GFM from diffs, blobs and GFM code blocksDouwe Maan
2017-02-03PlantUML support for MarkdownHoracio Sanson
2016-12-14Render math in Asciidoc and Markdown with KaTeX using code blocksMunken
2016-12-09Better location for math lexerMunken
2016-08-01Trim extra displayed carriage returns in diffs and files with CRLFsStan Hu
2016-07-15use %(...) and %[...] in favor of %<...>http://jneen.net/
2016-07-14eliminate the final newline in <pre> blockshttp://jneen.net/
2016-07-14no longer need cgihttp://jneen.net/
2016-07-14use the new token_lines interface to format lineshttp://jneen.net/
2016-07-14kill the :cssclass optionhttp://jneen.net/
2016-07-14trim more dead codehttp://jneen.net/
2016-07-14remove the dead linenos and linenostart optionshttp://jneen.net/
2016-07-14kill the nowrap option in HTMLGitlab itselfhttp://jneen.net/
2016-07-14remove the unused inline_theme featurehttp://jneen.net/
2016-07-14deprecate @anchorlinenoshttp://jneen.net/
2016-07-08Enable Style/IdenticalConditionalBranches Rubocop copGrzegorz Bizon
2015-12-15Fixed Rubocop offensesGabriel Mazetto
2015-08-10Fix diff syntax highlightingStan Hu
2015-08-02Fix the `inline_theme` option for the Rouge formatterRobert Speicher
2015-07-31Fix multi-line syntax highlightingStan Hu
2015-07-29Add HTMLGitlab formatterStefan Tatschner