Commit 117c4b76 authored by Jacques's avatar Jacques

Render non-highlighted content as text

Renders non-highlighted content as plain text
parent 11c4a0bd
......@@ -93,9 +93,9 @@ export default {
</a>
</div>
<div
v-safe-html="content"
class="gl-white-space-pre-wrap! gl-text-transparent"
data-testid="content"
v-text="content"
></div>
</div>
</gl-intersection-observer>
......
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