======== Finalize ======== You can exclude unnecessary processing files using the dataset attribute in these tags: - script - link - style Other elements can be excluded only through a configuration file. .. highlight:: html .. code-block:: :caption: Inline There is a simpler way to exclude the same tags by using an *HTML* comment block when inside the ```` element. [#]_ .. code-block:: :caption: Comment block :emphasize-lines: 3,17 You can similarly prevent any element from being downloaded or transformed using the value "**ignore**". :: .. [#] Cannot be used with "stripCommentsAndCDATA = true".