Text to Bullet List

Text to Bullet List lets you prefix nonempty lines with Markdown bullet markers. Enter your own values or load the worked example.

Method and calculation

Prefix nonempty lines with Markdown bullet markers.

Inputs and settings

Text to Bullet List accepts Input text.

Worked example

Text to Bullet List example — Input text: "Hello world\nA second line\nHello world". Computed output: - Hello world - A second line - Hello world

Output and limitations

Each nonempty row becomes a Markdown unordered-list item with a hyphen prefix. Existing leading whitespace is removed, so nested indentation is not preserved automatically. Review pre-existing bullet characters to avoid double markers when importing an already formatted list.

Technical references: JavaScript Unicode normalization

Text to Bullet List FAQs

Text to Bullet List applies the following rule to your input: Prefix nonempty lines with Markdown bullet markers. The worked example on this page uses the same processor as the result button.
Text to Bullet List has these boundaries: Input is treated as plain text; it is never executed. Start by checking the input text field against the units or format shown.
Text to Bullet List provides this sample: - Hello world - A second line - Hello world. Use the sample button to reproduce it, then replace the inputs with your own values.