How to use this tool
- Enter plain text.
- Select Update result to view the result.
- Check the method and assumptions below before using the result.
The method, explained
Prefix each ASCII punctuation character with a backslash, preserving letters, digits, spaces and line breaks. This follows CommonMark backslash-escape syntax.
Using plain text = *Important* [label](https://example.com) # note, the result is \*Important\* \[label\]\(https\:\/\/example\.com\) \# note. Change these example inputs to match your task; use the method above to check each step.
Understanding your result
No. Markdown escaping is only a formatting transformation. A renderer that accepts HTML still needs an appropriate sanitization policy for untrusted content.
What to keep in mind
For ordinary inline text under CommonMark. Indented code, HTML containers and renderer extensions need separate treatment; this is not HTML sanitization.
Common questions
Can this sanitize untrusted HTML?
No. Markdown escaping is only a formatting transformation. A renderer that accepts HTML still needs an appropriate sanitization policy for untrusted content.
Does my text leave my device?
Processing runs locally in this browser. Your pasted text is not uploaded to an API or stored in a ClarityKit account.
Methodology maintained by ClarityKit. How these tools are built and checked.