glok
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
glok
glok-markdown
/
uk.co.nickthecoder.glok.text.markdown
/
MarkdownIndentation
Markdown
Indentation
class
MarkdownIndentation
(
val
prefix
:
String
,
val
suffix
:
String
=
""
,
val
fill
:
Boolean
=
false
,
val
blankLinesBefore
:
Int
=
1
,
val
blankLinesAfter
:
Int
=
1
,
val
indentHighlight
:
Highlight
?
,
val
bodyHighlight
:
Highlight
?
)
Members
Constructors
Markdown
Indentation
Link copied to clipboard
constructor
(
prefix
:
String
,
suffix
:
String
=
""
,
fill
:
Boolean
=
false
,
blankLinesBefore
:
Int
=
1
,
blankLinesAfter
:
Int
=
1
,
indentHighlight
:
Highlight
?
,
bodyHighlight
:
Highlight
?
)
Properties
blank
Lines
After
Link copied to clipboard
val
blankLinesAfter
:
Int
=
1
blank
Lines
Before
Link copied to clipboard
val
blankLinesBefore
:
Int
=
1
body
Highlight
Link copied to clipboard
val
bodyHighlight
:
Highlight
?
fill
Link copied to clipboard
val
fill
:
Boolean
=
false
indent
Highlight
Link copied to clipboard
val
indentHighlight
:
Highlight
?
prefix
Link copied to clipboard
val
prefix
:
String
suffix
Link copied to clipboard
val
suffix
:
String