Escape Markdown punctuation so text displays literally instead of becoming formatting.
The frame below runs the same code as this page, in the reader's own browser. Nothing is sent to us, and nothing is sent to you.
Pick a dark background and the text and panels follow it, so the frame stays readable on a dark page.
Selected punctuation receives backslashes while existing escapes are preserved or normalized according to the option. The output is source text intended to display literal characters.
Price is $10 * 2 = $20 (use **bold**)
Price is $10 \* 2 \= $20 \(use \*\*bold\*\*\)
Generated README text, literal Markdown examples, and changelogs escape user content.