Interface ImageEntry

A markdown entry for generating img elements.

Hierarchy

Properties

Properties

img: { alt?: string; source: string; title?: string }

The img settings and identifying property for the renderer.

Type declaration

  • Optional alt?: string

    Alternative text to include with the image for accessibility.

  • source: string

    The path to the image.

  • Optional title?: string

    A title for the image.

Generated using TypeDoc