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
Then one could parse the first data-step in the contents passed to the list method to ensure that lists start at the given index. Or better yet, the gem could pass a new start parameter to the list method.
Either way, ordered lists continuing from an arbitrary index would then be possible, if they aren't already:
Would be useful to add a
step
parameter to thelist_item
method for ordered lists. That would allow users to do the following:Then one could parse the first
data-step
in thecontents
passed to thelist
method to ensure that lists start at the given index. Or better yet, the gem could pass a newstart
parameter to thelist
method.Either way, ordered lists continuing from an arbitrary index would then be possible, if they aren't already:
The text was updated successfully, but these errors were encountered: