MarkdownEditor

A markdown editor with a restricted toolbar (headings, bold, italics, lists, links) backed by a hidden input, so it participates in normal form submission via its name prop.

# Welcome

This is **bold** text with a [link](https://example.com) and:

- one
- two
- three

Welcome

This is bold text with a link and:

  • one
  • two
  • three

With a character limit

maxLength is optional - when set, it caps input the same way TextArea does (native limit + a live counter that turns red at the limit), with the same inlined fi/en/sv maximum-length message.

A **short** pitch with a [link](https://example.com).

A short pitch with a link.

53/60