lines property
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;
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.
final List<MdCodeBlockLine> lines;