Commit 1d9ec666 authored by GitLab Bot's avatar GitLab Bot

Automatic merge of gitlab-org/gitlab-ce master

parents 658a88ee 42d3117f
---
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