com.vladsch.flexmark.ext.gfm.tasklist.TaskListItemCase Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of flexmark-ext-gfm-tasklist Show documentation
Show all versions of flexmark-ext-gfm-tasklist Show documentation
flexmark-java extension to convert bullet list items that start with [ ] to a TaskListItem node
The newest version!
package com.vladsch.flexmark.ext.gfm.tasklist;
public enum TaskListItemCase {
AS_IS,
LOWERCASE,
UPPERCASE,
}