processCellContent method

String processCellContent(
  1. BlockParser parser,
  2. String cellContent
)

Processes the given cell content (cellContent). It is a callback for subclasses to pre-process the cell's content

Default: return cellContent

Implementation

String processCellContent(BlockParser parser, String cellContent)
=> cellContent;