Heading tags in transclusions #6683
Unanswered
DeRuiterIndustrieleAutomatisering
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hi @DeRuiterIndustrieleAutomatisering, and welcome to the project. You can use the You could use it like this:
See the docs |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I define a structure like:
! Level 1
!! Level 2a
!! Level 2b
and a transclusion at level 2a with the content
! Trans Level 1
text text
It transcludes as
! Level 1
!! Level 2a
! Trans Level 1
!! Level 2b
But is it possible to transclude this and in the same time change the heading level (depending on the position where the transclusion is placed)?
! Level 1
!! Level 2a
!!! Trans Level 1
!! Level 2b
Beta Was this translation helpful? Give feedback.
All reactions