Function link

  • Parameters

    • settings: { href: string; text?: string; title?: string }
      • 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.

    Returns LinkEntry

Generated using TypeDoc