MarkdownType

Enumeration of markdown types.

Values

ValueMeaning
content

Plain content.

newline

New-line.

contentWrapStart

The start of content wrapping elements.

contentWrapEnd

The end of content wrapping elements.

ulistStart

Unordered list-start.

ulistEnd

Unordered list-end.

olistStart

Ordered list-start.

olistEnd

Ordered list-end.

listItemStart

List-item start.

listItemEnd

List-item end.

image

Image.

codeStart

Code-block start.

codeEnd

Code-block end.

blockQuoteStart

Block-quote start

blockQuoteEnd

Block-quote end

tableStart

Table start

tableRowStart

Table-row start

tableHeadStart

Table-head start

tableCellStart

Table-cell start

tableEnd

Table end

tableRowEnd

Table-row end

tableHeadEnd

Table-head end

tableCellEnd

Table-cell end

horizontal

Horizontal

inlineCode

Meta