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

com.vladsch.flexmark.ext.gfm.tasklist.TaskListItemPlacement 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 TaskListItemPlacement {
  AS_IS,
  INCOMPLETE_FIRST,
  INCOMPLETE_NESTED_FIRST,
  COMPLETE_TO_NON_TASK,
  COMPLETE_NESTED_TO_NON_TASK,
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy