Uses of Class
org.commonmark.internal.ListBlockParser.ListData
-
Packages that use ListBlockParser.ListData Package Description org.commonmark.internal -
-
Uses of ListBlockParser.ListData in org.commonmark.internal
Methods in org.commonmark.internal that return ListBlockParser.ListData Modifier and Type Method Description private static ListBlockParser.ListData
ListBlockParser. parseList(java.lang.CharSequence line, int markerIndex, int markerColumn, boolean inParagraph)
Parse a list marker and return data on the marker or null.
-