Changing show rules in multiple levels of headings #3301
-
I am trying to change the
|
Beta Was this translation helpful? Give feedback.
Answered by
laurmaedje
Jan 30, 2024
Replies: 1 comment 5 replies
-
Because in the first case, the |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is possible like this:
There are plans to make programmatic manipulation of show rules like this simpler, along these lines (but it's not yet implemented):
Here the show rules would join together like content does, but an explicit
apply
would be necessary to ensure that the show rules "leak" intentionally.What would also help (but is also unimplemented) is support for "or"-selectors in show rules (these cur…