diff --git a/_layouts/wiki.html b/_layouts/wiki.html index 474c347..ecbd46c 100644 --- a/_layouts/wiki.html +++ b/_layouts/wiki.html @@ -53,8 +53,9 @@ layout: compress

{{ page.long_title | default: page.title }}


{% if page.layout == "faq" %} - {{ content }} + {{ content | replace: "", '
' | replace: "
", "" }} {% else %} + {% assign content = content | replace: "", '
' | replace: "
", "" %} {% include anchor-headings.html html=content anchorBody="#" anchorClass="header-anchor" %} {% endif %}