Awesome Asciidoctor: Exclude Parts From Included Files
In a previous post we learned how to include parts of a document in the generated output.
The included parts are defined using tags.
The start of a tag is defined in a comment with the format tag::_tagName_[] and the end has the format end::_tagName_[].
Next we must use the tags attribute for the include macro followed by the tagName.
If we don’t want to include a tag we must prefix it with an exclamation mark (!).