## Problem > By default, the Text panel renders the content as [sanitized](https://github.com/grafana/grafana/blob/main/packages/grafana-data/src/text/sanitize.ts) HTML. ## Solution > If you require more direct control over the output, you can set the [disable_sanitize_html](https://grafana.com/docs/grafana/latest/setup-grafana/configure-grafana/#disable_sanitize_html) flag which enables you to directly enter HTML.