{% assign _content = include.content %} {% if _content contains '' %} {% assign _content = _content | replace: '
', '
' | replace: '
', '' | replace: '', '' %} {% endif %} {% if _content contains '
' %}
  {% assign _content = _content
    | replace: '
', '' %} {% endif %} {% if _content contains '
  • <' %} {% assign _content = _content | replace: '"task-list-item"><', '"task-list-item" hide-bullet><' %} {% endif %} {% if _content contains ' {% if _content contains '
    ' %} {% capture _tag_tail %}{{ _snippet | replace: '-rouge">
    ', _replacement }}{% endcapture %} {% assign _new_content = _new_content | append: _tag_head | append: _tag_tail %} {% endif %} {% endfor %} {% if _new_content %} {% assign _content = _new_content %} {% endif %} {% endif %} {{ _content }}