InFencedCode

data class InFencedCode(val fenceChar: Char, val fenceLength: Int, val indent: Int) : BlockLexState

Constructors

Link copied to clipboard
constructor(fenceChar: Char, fenceLength: Int, indent: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val indent: Int