Curiosity › Technology › Computers and Smartphones › How to escape the ` character in HTML? › Reply To: How to escape the ` character in HTML?
After experimenting with <code>
and <pre>
, I don’t think it’s easy to escape it. I settled with using the HTML entity for the ` grave accent. Here you go! sudo kill `cat /var/run/mysqld/mysqld.pid`
. Use <code>
tags to wrap it instead of ` `.