Uses of Class
com.overzealous.remark.util.MarkdownTableCell
-
Packages that use MarkdownTableCell Package Description com.overzealous.remark.util This package contains utility classes that assist the main parser in rendering Markdown output. -
-
Uses of MarkdownTableCell in com.overzealous.remark.util
Methods in com.overzealous.remark.util that return types with arguments of type MarkdownTableCell Modifier and Type Method Description List<MarkdownTableCell>MarkdownTable. addBodyRow()Creates a new body row, and returns it so it can have cells added to it.List<MarkdownTableCell>MarkdownTable. addHeaderRow()Creates a new header row, and returns it so it can have cells added to it.
-