All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.mikepenz.markdown.model.BulletHandler.kt Maven / Gradle / Ivy

package com.mikepenz.markdown.model

import org.intellij.markdown.IElementType

/** An interface of providing use case specific un/ordered list handling.*/
fun interface BulletHandler {
    fun transform(type: IElementType, bullet: CharSequence?, index: Int): String
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy