Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/banzai/pipeline/markup_pipeline.rb')
-rw-r--r--lib/banzai/pipeline/markup_pipeline.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/banzai/pipeline/markup_pipeline.rb b/lib/banzai/pipeline/markup_pipeline.rb
index 330914f7238..635d4c0884e 100644
--- a/lib/banzai/pipeline/markup_pipeline.rb
+++ b/lib/banzai/pipeline/markup_pipeline.rb
@@ -10,7 +10,7 @@ module Banzai
Filter::ExternalLinkFilter,
Filter::PlantumlFilter,
Filter::KrokiFilter,
- Filter::SyntaxHighlightFilter
+ Filter::SyntaxHighlightFilter # this filter should remain at the end
]
end