Replies: 1 comment 6 replies
-
Currently not. Any attribute before a list item gets treated as an attribute on the whole list (and a new list starts if you were already in one). Open to sugestions about how this could be done in a consistent way. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I write this
the block attribute gets attached to the
<ul>
element:But what if I want to attach it to the
<li>
element? Is there a way?EDIT:
the use case is that I want to reference a deeply nested list item:
Beta Was this translation helpful? Give feedback.
All reactions