The {scroll-ignore} Macro
The {scroll-ignore} macro can be used to let Scroll ignore parts of a page during export. This can be useful if the web-version of a documentation should contain additional information, which do not make sense in a printed document.
To use the {scroll-ignore} macro, surround the content with the {scroll-ignore} macro as show in the following example.
Example Usage of the scroll-ignore Macro
This text will be in the exported document.
{scroll-ignore}
This text won't be exported.
{scroll-ignore}
This text will be in the exported document.

Add Comment