toggle menu
multiplatform-markdown-renderer
0.27.0
common
switch theme
search in API
multiplatform-markdown-renderer
/
com.mikepenz.markdown.model
/
BulletHandler
Bullet
Handler
fun
interface
BulletHandler
An interface of providing use case specific un/ordered list handling.
Members
Functions
transform
Link copied to clipboard
abstract
fun
transform
(
type
:
IElementType
,
bullet
:
CharSequence
?
,
index
:
Int
)
:
String