# MarkdownDocEntity

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/parser-orchestrator/src/interfaces/entity.interface.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/parser-orchestrator/src/interfaces/entity.interface.ts#L853)

Markdown document entity

## Properties

| Property | Type |
|---|---|
| `type` | `EntityType.MARKDOWN_DOC` |
| `title` | `string` |
| `headings` | `HeadingInfo[]` |
| `codeBlocks` | `CodeBlockInfo[]` |
| `links` | `LinkInfo[]` |
| `frontMatter` | `Record<string, unknown>` |
