--- title: SafeMarkdown sidebar_label: SafeMarkdown --- import { StoryWithControls } from '../../../src/components/StorybookWrapper'; # SafeMarkdown The SafeMarkdown component from Superset's UI library. ## Live Example ## Try It Edit the code below to experiment with the component: ```tsx live function Demo() { return ( ); } ``` ## Props | Prop | Type | Default | Description | |------|------|---------|-------------| | `htmlSanitization` | `boolean` | `true` | Enable HTML sanitization (recommended for user input) | ## Import ```tsx import { SafeMarkdown } from '@superset/components'; ``` --- :::tip[Improve this page] This documentation is auto-generated from the component's Storybook story. Help improve it by [editing the story file](https://github.com/apache/superset/edit/master/superset-frontend/packages/superset-ui-core/src/components/SafeMarkdown/SafeMarkdown.stories.tsx). :::