OrderedListItem

OrderedListItem

Members

Fields & Properties
Methods

new OrderedListItem()

A line representing an item in an ordered list

Extends

Members

(static) markdownPattern

See:

(static) type

See:

Methods

buildMarkdownDelimiter(context) → {string}

Build the list item delimiter for a Markdown line of this type.

Overrides:
Parameters
Name Type Description
context object

The context in which the Markdown conversion is taking place

Returns

The delimiter for a Markdown line

Type
string