Class ListItemParser

All Implemented Interfaces:
BlockParser

public class ListItemParser extends AbstractBlockParser
  • Field Details

    • block

      private final ListItem block
    • contentIndent

      private int contentIndent
      Minimum number of columns that the content has to be indented (relative to the containing block) to be part of this list item.
    • hadBlankLine

      private boolean hadBlankLine
  • Constructor Details

    • ListItemParser

      public ListItemParser(int markerIndent, int contentIndent)
  • Method Details