Obsidian Text Escaper

Transform special characters for seamless Obsidian callouts

How it works: Paste text containing special Markdown characters (* _ # ` | ~ < > [ ] === $) anywhere on this page, and this tool will escape them so they display literally in Obsidian. Pasting anywhere outside the input will overwrite it. Perfect for code snippets, error messages, and technical content.

Ctrl + Enter to quickly escape and copy  ยท  ๐Ÿ’ก You can also paste anywhere on the page!

Characters that will be escaped

* โ†’ \*
_ โ†’ \_
# โ†’ \#
` โ†’ \`
| โ†’ \|
~ โ†’ \~
< โ†’ \<
> โ†’ \>
[ โ†’ \[
] โ†’ \]
=== โ†’ \===
$ โ†’ \$