# `HtmlSanitizeEx.Scrubber.MarkdownHTML`
[🔗](https://github.com/rrrene/html_sanitize_ex/blob/main/lib/html_sanitize_ex/scrubber/markdown_html.ex#L1)

Allows basic HTML tags to support user input for writing relatively
plain text with Markdown (GitHub flavoured Markdown supported).

Technically this is a more relaxed version of the BasicHTML scrubber.

Does not allow any styling, HTML5 tags, video embeds etc.

# `before_scrub`

# `sanitize`

# `scrub`

# `scrub_attribute`

# `scrub_attributes`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
