MarkdownListConverter

abstract class MarkdownListConverter<T, E, N : Node>(list: ListBlock)

Helper that converts a Markdown list to a value of type T.

Parameters

list

list to convert

T

type of value to convert to

E

type of elements that compose the output value

N

type of nodes, children of the list, that can be handled

Inheritors

Constructors

Link copied to clipboard
constructor(list: ListBlock)

Functions

Link copied to clipboard
fun convert(): T