We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ad36f7 commit 293a8ccCopy full SHA for 293a8cc
layouts/partials/section/get-started.html.twig
@@ -63,7 +63,7 @@
63
<div class="tab-content">
64
{% for guide in guides %}
65
<div class="tab-pane{{ loop.first ? ' active': '' }}" id="{{ section.slug }}-{{ platform.slug }}-{{ guide.slug }}" role="tabpanel">
66
- {{- guide.body | trim | replace({'# ': '#### '}) | markdown_to_html | raw | replace({'href=': 'class="text-reset" rel="noreferrer" target="_blank" href='}) -}}
+ {{- guide.body | trim | replace({'# ': '#### '}) | markdown_to_html | raw | replace({'href=': 'rel="noreferrer" target="_blank" href='}) -}}
67
</div>
68
{% endfor %}
69
0 commit comments