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
I disabled the list items by referring to the tip area like below
TIP
MarkwonVisitor also allows overriding already registered nodes. For example, you can disable Heading Node rendering:
builder.on(Heading.class, null);
I would like to know to disable ListItem.
I disabled the list items by referring to the tip area like below
i tried like below.
original :
expected :
actual :
Is there a way?
Thank you in advance.
The text was updated successfully, but these errors were encountered: