Commit 42d3117f authored by Douwe Maan's avatar Douwe Maan

Merge branch 'enable-markup-highlighting' into 'master'

Add SyntaxHighlightFilter to markup pipeline

Closes #20023

See merge request gitlab-org/gitlab-ce!25761
parents 231b3ca6 59afa80a
---
title: Enable syntax highlighting to other supported markups
merge_request: 25761
author:
type: other
......@@ -7,7 +7,8 @@ module Banzai
@filters ||= FilterArray[
Filter::SanitizationFilter,
Filter::ExternalLinkFilter,
Filter::PlantumlFilter
Filter::PlantumlFilter,
Filter::SyntaxHighlightFilter
]
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