summaryrefslogtreecommitdiff
path: root/lib/banzai/filter/syntax_highlight_filter.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '30125-markdown-security'Robert Speicher2017-04-051-1/+1
* Copy code as GFM from diffs, blobs and GFM code blocksDouwe Maan2017-03-141-12/+1
* Fix SyntaxHighlightFilter specDouwe Maan2017-01-171-0/+1
* Copying a rendered issue/comment will paste into GFM textareas as actual GFMDouwe Maan2017-01-161-2/+3
* Removed puts code :see_no_evil:code-blocks-vue-prePhil Hughes2016-10-041-1/+0
* Adds v-pre to code blocks in commentsPhil Hughes2016-10-041-1/+2
* Improve performance of SyntaxHighlightFiltersyntax-highlight-filter-performanceYorick Peterse2016-08-031-8/+18
* Don't fail to highlight when Rouge doesn't have a lexerDouwe Maan2016-07-151-7/+8
* use %(...) and %[...] in favor of %<...>feature.rouge-20http://jneen.net/2016-07-141-2/+2
* bugfix: don't error in css_classeshttp://jneen.net/2016-07-141-5/+8
* without line anchors, this is just the plain HTML formatterhttp://jneen.net/2016-07-141-1/+1
* kill the :cssclass optionhttp://jneen.net/2016-07-141-2/+1
* add the wrapping back in for the banzai filterhttp://jneen.net/2016-07-141-1/+5
* Metrics for Rouge::Plugins::Redcarpet and Rouge::Formatters::HTMLGitlab18592-syntaxhighlighter-slowPaco Guzman2016-07-011-2/+7
* Remove redundant `require`s from Banzai filesrs-banzai-requiresRobert Speicher2016-03-241-1/+0
* Prevent circular reference error in BanzaiDouwe Maan2016-01-141-1/+0
* Move Markdown/reference logic from Gitlab::Markdown to BanzaiDouwe Maan2015-12-151-0/+45