Class TaskListItemPostProcessor

java.lang.Object
org.commonmark.ext.task.list.items.internal.TaskListItemPostProcessor
All Implemented Interfaces:
PostProcessor

public class TaskListItemPostProcessor extends Object implements PostProcessor
  • Field Details

    • REGEX_TASK_LIST_ITEM

      private static final Pattern REGEX_TASK_LIST_ITEM
  • Constructor Details

    • TaskListItemPostProcessor

      public TaskListItemPostProcessor()
  • Method Details

    • process

      public Node process(Node node)
      Specified by:
      process in interface PostProcessor
      Parameters:
      node - the node to post-process
      Returns:
      the result of post-processing, may be a modified node argument