# XWUIRichTextRenderer

Static renderer for editor JSON. InputRichTextEditor stays the editor. Text children only — no HTML payload.

## Basic Usage

Empty document.

```example
file: examples/BasicUsage.ts
html: examples/BasicUsage.html
title: Basic Usage
description: Empty document.
```

## Heading

Heading + paragraph.

```example
file: examples/Heading.ts
html: examples/Heading.html
title: Heading
description: Heading + paragraph.
```

## Unsafe text

Tags stay text.

```example
file: examples/UnsafeText.ts
html: examples/UnsafeText.html
title: Unsafe text
description: Tags stay text.
```

## Many

Three blocks.

```example
file: examples/Many.ts
html: examples/Many.html
title: Many
description: Three blocks.
```

```api
```
