Class TaskListItemPostProcessor
java.lang.Object
org.commonmark.ext.task.list.items.internal.TaskListItemPostProcessor
- All Implemented Interfaces:
PostProcessor
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
REGEX_TASK_LIST_ITEM
-
-
Constructor Details
-
TaskListItemPostProcessor
public TaskListItemPostProcessor()
-
-
Method Details
-
process
- Specified by:
process
in interfacePostProcessor
- Parameters:
node
- the node to post-process- Returns:
- the result of post-processing, may be a modified
node
argument
-