lines property

List<MdCodeBlockLine> lines
final

Information about the comment lines that make up this code block.

For a fenced code block, these lines include the opening and closing fence delimiter lines.

Implementation

final List<MdCodeBlockLine> lines;