Re: glossary conundrum
Posted by
Alexander Schwartz on
Feb 15, 2020; 4:15pm
URL: https://discuss.asciidoctor.org/glossary-conundrum-tp7578p7649.html
To achieve
Title
General information that applies to everyone.
This only applies to group 1.
More general information that applies to everyone.
you'll need to write an include like this:
include::tags.adoc[tags=**;!*;group1]
Adding "!*" to exclude all tagged content first is the key. You can then re-add all the groups you want to see one by one. See https://asciidoctor.org/docs/user-manual/#tag-filtering the documentation.