summaryrefslogtreecommitdiff
path: root/lib/banzai/filter
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '26371-native-emojis-v3' into 'master' Filipa Lacerda2017-03-071-53/+11
|\
| * Use native unicode emojisEric Eastwood2017-03-061-53/+11
* | SanitizationFilter allows html5 details and summary (Issue #21605)James2017-03-061-0/+4
|/
* Use full group name in GFM group reference titledm-group-reference-full-nameDouwe Maan2017-03-011-1/+1
* Merge branch '20890-comment-image-inline' into 'master' 28711-cherry-picking-ui-regressions-8-17-0Robert Speicher2017-02-271-8/+1
|\
| * Fix inline comment images by removing wrapper #20890Jared Deckard2016-08-131-8/+1
* | Revert "Enable Style/BarePercentLiterals"Douwe Maan2017-02-233-6/+6
* | Fix code for copsDouwe Maan2017-02-233-15/+18
* | Enable Style/ConditionalAssignmentDouwe Maan2017-02-233-9/+9
* | Enable Style/BarePercentLiteralsDouwe Maan2017-02-233-6/+6
* | Enable Style/MutableConstantDouwe Maan2017-02-231-1/+1
* | No more and/orDouwe Maan2017-02-211-1/+1
* | Only yield valid references in ReferenceFilter.references_inonly-yield-valid-reference-matchesDouwe Maan2017-02-161-1/+6
* | Add GFM support to nested groupsdz-nested-groups-gfm-altDmitriy Zaporozhets2017-02-132-4/+4
* | PlantUML support for MarkdownHoracio Sanson2017-02-031-0/+39
* | Merge branch 'master' into copy-as-mdDouwe Maan2017-01-252-2/+6
|\ \
| * | address commentsJarka Kadlecova2017-01-251-0/+1
| * | make mentions working when project not specifiedJarka Kadlecova2017-01-182-3/+6
* | | Merge branch 'master' into copy-as-mdDouwe Maan2017-01-191-3/+5
|\ \ \ | |/ /
| * | Correct documentation for `data_attribute` methodrs-data_attribute-cleanupRobert Speicher2017-01-161-3/+5
* | | Fix SyntaxHighlightFilter specDouwe Maan2017-01-171-0/+1
* | | Copying a rendered issue/comment will paste into GFM textareas as actual GFMDouwe Maan2017-01-164-6/+9
|/ /
* | Merge branch 'inline-math-dollar' into 'master' Robert Speicher2016-12-221-8/+3
|\ \
| * | Don't render inline math when dollar signs are inside markupinline-math-dollarDouwe Maan2016-12-221-8/+3
* | | Use `ref` variable24224-fix-project-ref-cacheDouwe Maan2016-12-221-1/+1
* | | Fix lookup of project by unknown ref when caching is enabledDouwe Maan2016-12-221-4/+15
|/ /
* | Filter protocol-relative URLs in ExternalLinkFilter. Fixes issue #22742.Makoto Scott-Hinkle2016-12-211-1/+1
* | Merge branch 'katex-math' into 'master' Sean McGivern2016-12-151-0/+51
|\ \
| * | Render math in Asciidoc and Markdown with KaTeX using code blocksMunken2016-12-143-30/+51
| * | Better location for math lexerMunken2016-12-081-22/+0
| * | Removed alias and filenamesMunken2016-12-081-2/+0
| * | Hacked in Math LexerMunken2016-12-081-0/+27
| * | Math works for inline syntaxMunken2016-12-081-2/+0
| * | Working inline math filterMunken2016-12-081-0/+29
* | | Merge branch 'dz-nested-group-improvements-2' into 'master' Sean McGivern2016-12-131-1/+1
|\ \ \
| * | | Rename Routable.where_paths_in to Routable.where_full_path_indz-nested-group-improvements-2Dmitriy Zaporozhets2016-12-111-1/+1
| |/ /
* | | Merge branch 'unescape-relative-path' into 'master' Gabriel Mazetto2016-12-121-8/+6
|\ \ \ | |/ / |/| |
| * | Avoid escaping relative links in Markdown twice (!7940)winniehell2016-12-121-8/+6
* | | Add shorthand support to gitlab markdown referencesOswaldo Ferreira2016-12-025-60/+41
|/ /
* | remove underscore from user-content id namespace22781-user-generated-permalinksMike Greiling2016-11-301-1/+1
* | add transparent namespace to all user-generated anchors in GitLab flavored ma...Mike Greiling2016-11-301-3/+5
* | Merge branch 'markdown-xss-fix-option-2.1' into 'security'Douwe Maan2016-11-091-10/+28
* | Fix Markdown styling inside reference linkspanjan2016-11-014-38/+40
* | Pass user instance to Labels::FindOrCreateService or skip_authorization: trueadam-fix-labels-find-or-createAdam Niedzielski2016-10-281-1/+1
* | Escape ref and path for relative links (!6050)winniehell2016-10-241-2/+2
* | Merge branch 'feature/group-level-labels' into 'master' Douwe Maan2016-10-191-5/+46
|\ \
| * | Reuse LabelsFinder on Banzai::Filter::LabelReferenceFilterDouglas Barbosa Alexandre2016-10-191-7/+1
| * | Fix replace label references with links for group labelsDouglas Barbosa Alexandre2016-10-191-1/+7
| * | Reuse LabelsFinder on Banzai::Filter::LabelReferenceFilterDouglas Barbosa Alexandre2016-10-191-7/+5
| * | Unfold references for group labels when moving issue to another projectDouglas Barbosa Alexandre2016-10-191-3/+36