Skip to content

Allow ignoring elements

Latest
Compare
Choose a tag to compare
@cherifGsoul cherifGsoul released this 13 Jun 12:56

Give the ability to ignore items to be rendered in the table of content by using data-skip attribute in the element example:

<h3 class="parameters-title" data-skip>Parameters</h3>

Will not rendered.

#27