toggle menu
parsek
0.1.0
common
switch theme
search in API
markdown
/
parsek.markdown.lexer
/
BlockLexState
/
InFencedCode
In
Fenced
Code
data
class
InFencedCode
(
val
fenceChar
:
Char
,
val
fenceLength
:
Int
,
val
indent
:
Int
)
:
BlockLexState
Members
Constructors
In
Fenced
Code
Link copied to clipboard
constructor
(
fenceChar
:
Char
,
fenceLength
:
Int
,
indent
:
Int
)
Properties
fence
Char
Link copied to clipboard
val
fenceChar
:
Char
fence
Length
Link copied to clipboard
val
fenceLength
:
Int
indent
Link copied to clipboard
val
indent
:
Int