compose-richtext
common
richtext-markdown
/
com.halilibo.richtext.markdown.node
/
AstFencedCodeBlock
Ast
Fenced
Code
Block
@
Immutable
data
class
AstFencedCodeBlock
(
val
fenceChar
:
Char
,
val
fenceLength
:
Int
,
val
fenceIndent
:
Int
,
val
info
:
String
,
val
literal
:
String
)
:
AstLeafBlockNodeType
Members
Constructors
Ast
Fenced
Code
Block
Link copied to clipboard
constructor
(
fenceChar
:
Char
,
fenceLength
:
Int
,
fenceIndent
:
Int
,
info
:
String
,
literal
:
String
)
Properties
fence
Char
Link copied to clipboard
val
fenceChar
:
Char
fence
Indent
Link copied to clipboard
val
fenceIndent
:
Int
fence
Length
Link copied to clipboard
val
fenceLength
:
Int
info
Link copied to clipboard
val
info
:
String
literal
Link copied to clipboard
val
literal
:
String