Skip to content
Snippets Groups Projects
Verified Commit 4d896a2b authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Enable html_escape for code blocks highlighted in markdown

parent fd3ab695
No related branches found
No related tags found
No related merge requests found
Loading
@@ -24,7 +24,7 @@ class Redcarpet::Render::GitlabHTML < Redcarpet::Render::HTML
Loading
@@ -24,7 +24,7 @@ class Redcarpet::Render::GitlabHTML < Redcarpet::Render::HTML
   
<div class="highlighted-data #{h.user_color_scheme_class}"> <div class="highlighted-data #{h.user_color_scheme_class}">
<div class="highlight"> <div class="highlight">
<pre><code class="#{language}">#{code}</code></pre> <pre><code class="#{language}">#{h.html_escape(code)}</code></pre>
</div> </div>
</div> </div>
   
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment