You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow-up of #311, when a file to include also includes itself one or more files, with a relavite leveloffset attribute configured in the top-level inclusion macro.
Uses a func type to proceed with the cumulated level offsets,
which should pave the road to support absolute level offsets, too.
Fixesbytesparadise#434
Signed-off-by: Xavier Coulon <[email protected]>
Uses a func type to proceed with the cumulated level offsets,
which should pave the road to support absolute level offsets, too.
Fixesbytesparadise#434
Signed-off-by: Xavier Coulon <[email protected]>
…#437)
Uses a func type to proceed with the cumulated level offsets,
which should pave the road to support absolute level offsets, too.
Fixes#434
Signed-off-by: Xavier Coulon <[email protected]>
Follow-up of #311, when a file to include also includes itself one or more files, with a relavite
leveloffset
attribute configured in the top-level inclusion macro.Eg:
include::../test/includes/parent-include.adoc[leveloffset=+1]
which includes
etc..
Also, handle the case where there's an
include::child-include.adoc[leveloffset=+1]
The text was updated successfully, but these errors were encountered: