Skip to content
Markdown

Normalize Markdown Lists

Unify bullet markers across a Markdown document.

How it works

  1. 1Paste Markdown with mixed bullet markers.
  2. 2Choose the marker you want (dash, asterisk, or plus).
  3. 3Copy the unified list output.

Use cases

  • Make bullet style consistent across a file.
  • Match a project style guide.
  • Tidy notes merged from several sources.

Frequently asked questions

Does it touch ordered lists?

No. It only unifies unordered bullet markers; numbered lists are left as-is.

Are nested lists handled?

Yes. Indented bullets keep their indentation and just get the new marker.

Which marker should I pick?

A dash (-) is the most widely compatible and is the default.

See all →