summaryrefslogtreecommitdiff
path: root/lib/gitlab/asciidoc.rb
Commit message (Expand)AuthorAgeFilesLines
* `current_application_settings` belongs on `Gitlab::CurrentSettings`Sean McGivern2017-08-311-0/+2
* Fix LaTeX formatting for AsciiDoc wikiJarka Kadlecova2017-05-241-7/+6
* Merge branch 'bvl-security-9-1-markup-pipeline'Robert Speicher2017-05-101-4/+4
* Remove unused optional parameter `asciidoc_opts`Toon Claes2017-04-271-8/+4
* Refactor MarkupHelperDouwe Maan2017-04-271-7/+1
* Cache the rendered README, but post-process on showToon Claes2017-04-271-2/+0
* Merge branch 'asciidoctor-xss-patch' into 'security' Robert Speicher2017-02-151-0/+3
* Add support for PlantUML diagrams in Asciidoc.Horacio Sanson2017-01-121-0/+12
* Don't open Asciidoc module twiceMunken2016-12-151-4/+0
* Render math in Asciidoc and Markdown with KaTeX using code blocksMunken2016-12-141-1/+30
* Enable display of admonition icons in Asciidoc.Horacio Sanson2016-12-081-1/+1
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-1/+0
* Fix relative links in other markup formatsben.boeckel/gitlab-ce-fixup-links-in-generic-docsBen Boeckel2016-02-121-3/+1
* Move Markdown/reference logic from Gitlab::Markdown to BanzaiDouwe Maan2015-12-151-1/+1
* Use Gitlab::Markdown for Asciidoc and ReferenceExtractor pipelinesDouwe Maan2015-10-141-23/+4
* Handle AsciiDoc better, reuse HTML pipeline filters (fixes #9263)Jakub Jirutka2015-05-181-0/+60