We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
7cc00ab
Give the ability to ignore items to be rendered in the table of content by using data-skip attribute in the element example:
data-skip
<h3 class="parameters-title" data-skip>Parameters</h3>
Will not rendered.
#27