Interface H4Entry

A markdown entry for generating h4 elements.

Hierarchy

Properties

Properties

append?: string

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

The h4 contents and identifying property for the renderer.

id?: string

Option which will append a markdown heading ID. E.g., given the ID 'my-id' and the header 'Header Example', #### Header Example {#my-id}

Generated using TypeDoc