Commit 59afa80a authored by Martin Wortschack's avatar Martin Wortschack Committed by Douwe Maan

Add SyntaxHighlightFilter to markup pipeline

parent 231b3ca6
---
title: Enable syntax highlighting to other supported markups
merge_request: 25761
author:
type: other
...@@ -7,7 +7,8 @@ module Banzai ...@@ -7,7 +7,8 @@ module Banzai
@filters ||= FilterArray[ @filters ||= FilterArray[
Filter::SanitizationFilter, Filter::SanitizationFilter,
Filter::ExternalLinkFilter, Filter::ExternalLinkFilter,
Filter::PlantumlFilter Filter::PlantumlFilter,
Filter::SyntaxHighlightFilter
] ]
end end
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment