# MarkdownLite

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/app/p/[slugId]/changelog/page.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/app/p/[slugId]/changelog/page.tsx#L35)

Minimal markdown → JSX for release-note bodies (headings, bullets, bold, code, links).

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `text` | `string` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_MarkdownLite_5470fcd6["MarkdownLite"]
    class component_MarkdownLite_5470fcd6 rootComponent
```

## Referenced By

- `ChangelogPage` (RENDERS)
