summaryrefslogtreecommitdiff
path: root/lib/banzai/filter/gollum_tags_filter.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/security/gitlab@13-12-stable-eeGitLab Bot2021-05-311-1/+1
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-6/+7
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-1/+1
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-1/+1
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-1/+1
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-10/+10
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-101-31/+5
* Enable frozen strings in lib/banzai/filter/*.rbsh-freeze-banzai-filter-stringsStan Hu2018-07-231-0/+2
* Fix performance bottleneck when rendering large wiki pagesSean McGivern2018-06-261-2/+4
* Fix double brackets being linkified in wiki markdownAlex2018-05-181-0/+3
* Bump html-pipeline to 2.7.1blackst0ne-bump-html-pipeline-gemblackst0ne2018-04-021-1/+1
* Enable RuboCop Style/RegexpLiteralTakuya Noguchi2018-02-011-2/+2
* Resolve "Lazy load images on the Frontend"Tim Zallmann2017-07-241-1/+1
* Fix code for copsDouwe Maan2017-02-231-5/+6
* Enable Style/ConditionalAssignmentDouwe Maan2017-02-231-3/+3
* little refactor and improvements on specsGabriel Mazetto2016-04-061-6/+2
* Ensure correct filter order to validate with our markdown specpatch/fix-markdown-preview-wikisGabriel Mazetto2016-04-061-2/+6
* Fixed Gollum pages link url expansion to render correctly in previewGabriel Mazetto2016-03-301-3/+9
* Remove redundant `require`s from Banzai filesrs-banzai-requiresRobert Speicher2016-03-241-3/+0
* Replace `[[_TOC_]]` tag even if `toc` result is blankrs-wiki-pipeline-specRobert Speicher2016-03-031-3/+5
* Replace Gollum `[[_TOC_]]` tag with result of TableOfContentsFilterrs-wiki-tocRobert Speicher2016-02-231-7/+28
* Update documentation on Banzai::Filter::GollumTagsFilterDouglas Barbosa Alexandre2016-01-141-2/+38
* Refactoring Banzai::Filter::GollumTagsFilterDouglas Barbosa Alexandre2016-01-141-19/+28
* Add Banzai::Filter::GollumTagsFilter for parsing Gollum's tags in HTMLDouglas Barbosa Alexandre2016-01-141-0/+106