Ignore heading in TOC
This commit is contained in:
parent
f7770ad079
commit
cf398b07ab
1 changed files with 1 additions and 1 deletions
|
@ -172,6 +172,6 @@ You can also add the `.notice` class to a `<div>` element.
|
||||||
{% endcapture %}
|
{% endcapture %}
|
||||||
|
|
||||||
<div class="notice--info">
|
<div class="notice--info">
|
||||||
<h4>Notice Headline:</h4>
|
<h4 class="no_toc">Notice Headline:</h4>
|
||||||
{{ notice-text | markdownify }}
|
{{ notice-text | markdownify }}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue