summaryrefslogtreecommitdiff
path: root/lib/rouge/formatters/html_gitlab.rb
Commit message (Expand)AuthorAgeFilesLines
* use %(...) and %[...] in favor of %<...>feature.rouge-20http://jneen.net/2016-07-141-2/+2
* eliminate the final newline in <pre> blockshttp://jneen.net/2016-07-141-1/+5
* no longer need cgihttp://jneen.net/2016-07-141-2/+0
* use the new token_lines interface to format lineshttp://jneen.net/2016-07-141-70/+11
* kill the :cssclass optionhttp://jneen.net/2016-07-141-2/+0
* trim more dead codehttp://jneen.net/2016-07-141-18/+3
* remove the dead linenos and linenostart optionshttp://jneen.net/2016-07-141-44/+2
* kill the nowrap option in HTMLGitlab itselfhttp://jneen.net/2016-07-141-11/+1
* remove the unused inline_theme featurehttp://jneen.net/2016-07-141-10/+2
* deprecate @anchorlinenoshttp://jneen.net/2016-07-141-10/+0
* Enable Style/IdenticalConditionalBranches Rubocop copGrzegorz Bizon2016-07-081-10/+6
* Fixed Rubocop offensesGabriel Mazetto2015-12-151-1/+1
* Fix diff syntax highlightingStan Hu2015-08-101-20/+21
* Fix the `inline_theme` option for the Rouge formatterrs-fix-rouge-inline-themeRobert Speicher2015-08-011-1/+1
* Fix multi-line syntax highlightingStan Hu2015-07-301-2/+10
* Add HTMLGitlab formatterStefan Tatschner2015-07-291-0/+168