> For the complete documentation index, see [llms.txt](https://aptitude.gitbook.io/zaubercms/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aptitude.gitbook.io/zaubercms/creating-a-website/current-content-properties/text-editor-zauber.md).

# Text Editor (Zauber)

<figure><img src="https://417697475-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVr2cbdfxDGZK1u2Fd59w%2Fuploads%2Ffd7CaclzfizKZHYp0ip1%2Fimage.png?alt=media&amp;token=9f9158dd-9a00-481b-b7e8-dd5dbecd33f0" alt=""><figcaption></figcaption></figure>

The most fully featured Editor in the CMS, and the default one for all examples. It is recommended you use this editor over the others.

### Settings

<figure><img src="https://417697475-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVr2cbdfxDGZK1u2Fd59w%2Fuploads%2FOr71eoeMBXoLNN7VMG8m%2Fimage.png?alt=media&amp;token=c6893991-3cff-44b9-974d-dba35be44bfe" alt=""><figcaption></figcaption></figure>

#### Example of getting value on page

```csharp
@((MarkupString)(Content!.GetValue<string>("PropertyAliasHere") ?? string.Empty))
```

We have to use the `(MarkupString)` on HTML content in Blazor
