Commit fa4b1772 authored by Guillaume Grossetie's avatar Guillaume Grossetie Committed by Douglas Barbosa Alexandre

Enable Kroki on reStructuredText and Textile documents

resolves https://gitlab.com/gitlab-org/gitlab/-/issues/324766
parent fd23f439
---
title: Enable Kroki on reStructuredText and Textile documents
merge_request: 60780
author: Guillaume Grossetie
type: added
...@@ -9,7 +9,8 @@ module Banzai ...@@ -9,7 +9,8 @@ module Banzai
Filter::AssetProxyFilter, Filter::AssetProxyFilter,
Filter::ExternalLinkFilter, Filter::ExternalLinkFilter,
Filter::PlantumlFilter, Filter::PlantumlFilter,
Filter::SyntaxHighlightFilter Filter::SyntaxHighlightFilter,
Filter::KrokiFilter
] ]
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