# MarkdownEditor

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/components/Editor/MarkdownEditor.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/components/Editor/MarkdownEditor.tsx#L12)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `content` | `string` | ✓ | - |
| `onChange` | `Function` | ✓ | - |
| `editable` | `boolean` | - | true |

## Diagram

```mermaid
graph TD
    component_MarkdownEditor_7b2c1152["MarkdownEditor"]
    class component_MarkdownEditor_7b2c1152 rootComponent
```

## Relationships

- RENDERS → `Editor`
- USES_HOOK → `useRef`
