|
|
|
@ -18,7 +18,12 @@ layout: compress
|
|
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|
{% if site.anchor_headings.enabled %} |
|
|
|
|
{% include anchor_headings.html html=content anchorBody=site.anchor_headings.character anchorClass="hAnchor" h_min=site.anchor_headings.min h_max=site.anchor_headings.max beforeHeading=site.anchor_headings.before %} |
|
|
|
|
{% if page.enable_markdown %} |
|
|
|
|
{% assign cnt = content | markdownify %} |
|
|
|
|
{% else %} |
|
|
|
|
{% assign cnt = content %} |
|
|
|
|
{% endif %} |
|
|
|
|
{% include anchor_headings.html html=cnt anchorBody=site.anchor_headings.character anchorClass="hAnchor" h_min=site.anchor_headings.min h_max=site.anchor_headings.max beforeHeading=site.anchor_headings.before %} |
|
|
|
|
{% else %} |
|
|
|
|
{{ content }} |
|
|
|
|
{% endif %} |
|
|
|
|