Interface HorizontalRuleEntry

A markdown entry for generating hr elements.

Hierarchy

Properties

Properties

append?: string

Option which will arbitrarily append a string immediately below the hr, ignoring block-level settings.

hr: any

The hr contents and identifying property for the renderer.

indicator?: "-" | "*" | "_"

Option determining which indicator to use for an hr. Default: '-'

Generated using TypeDoc