FencedCodeBlock

data class FencedCodeBlock(val info: String?, val literal: String) : Block

A fenced code block delimited by backtick or tilde runs.

Constructors

Link copied to clipboard
constructor(info: String?, literal: String)

Properties

Link copied to clipboard
val info: String?

the info string following the opening fence, or null if absent.

Link copied to clipboard

the raw code content between the fences.