Package | Description |
---|---|
com.overzealous.remark.util |
This package contains utility classes that assist the main parser in rendering Markdown output.
|
Modifier and Type | Method and 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.
|
Copyright © 2017. All rights reserved.