Interface LinkEntry

A markdown entry for generating links.

Hierarchy

Properties

Properties

link: { href: string; text?: string; title?: string }

The link settings and identifying property for the renderer.

Type declaration

  • href: string

    The hypertext reference to the target resource.

  • Optional text?: string

    Hyperlink text to show for the link itself. When not provided, the href will be rendered as an auto-link. E.g., <https://www.google.com>

  • Optional title?: string

    A title for the link. Ignored for links without text.

Generated using TypeDoc