MarkdownListToValue

abstract class MarkdownListToValue<V : OutputValue<*>, E, N : Node>(list: ListBlock)

Helper that converts a Markdown list to a Value of type V.

Parameters

list

list to convert

V

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

See also

Inheritors

Constructors

Link copied to clipboard
constructor(list: ListBlock)

Functions

Link copied to clipboard
fun convert(): V