Ignore heading in TOC

This commit is contained in:
Michael Rose 2020-05-22 10:06:57 -04:00 committed by GitHub
parent f7770ad079
commit cf398b07ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -172,6 +172,6 @@ You can also add the `.notice` class to a `<div>` element.
{% endcapture %}
<div class="notice--info">
<h4>Notice Headline:</h4>
<h4 class="no_toc">Notice Headline:</h4>
{{ notice-text | markdownify }}
</div>