Skip to content

Commit

Permalink
fix markdown snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
octavioamu committed Aug 8, 2019
1 parent 31488cb commit 683d4c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/v2/js/pages/bounty_details.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ var callbacks = {
'</code></pre>';
} catch (__) {}
}
return '<pre class="hljs"><code>' + sanitize(md.utils.escapeHtml(str)) + '</code></pre>';
return '<pre class="hljs"><code>' + sanitize(_markdown.utils.escapeHtml(str)) + '</code></pre>';
}
});

Expand Down

0 comments on commit 683d4c1

Please sign in to comment.