Informations

kernel.data.markdown (DATA)

Markdown (inlined) text.

markdown ::= string

kernel.data.text (DATA)

Rich text format uses [tag; …text ] to apply the tag tag to the enclosed text. Empty tag "" can also used to simply group text together.

text ::= null | string | text []

kernel.data.tag (DATA)

Enum Tag Description

tag ::= { "name" : string , "label" : markdown , "descr" : markdown }