Skip to content

MarkdownSection

Interface representing a section of a Markdown document.

Signature

typescript
interface MarkdownSection { type: MarkdownSectionType; content: string }

Parameters

  • typeRequired · string

    Type of the Markdown section (title, description, signature, etc.)

  • contentRequired · string

    Section content in Markdown format

Released under the MIT License.