All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.vladsch.flexmark.ext.gfm.tasklist.TaskListItemCase Maven / Gradle / Ivy

Go to download

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,
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy