Replies: 1 comment
-
I am not sure what you are looking for, but the following reveals subitems one after another. Though I don't know how to fragment subsubitems in this manner.
|
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi,
When I try to display a list with sub-items in different fragments, each fragment displays a new list (instead of the sub-items).
Example without fragments (the result I'm looking for):
Now, if I insert 3 dots between subitems (for example between subitem1 and subitem2), I get the following result
I get the same with ::: {.fragment}
Is there a way to displays subitems within different fragments?
Thanks for your help
Beta Was this translation helpful? Give feedback.
All reactions