<div class="markdown">
<p dir="auto">On 3 Apr 2014, at 2:03, Benny Kjær Nielsen wrote:</p>

<blockquote>
<p dir="auto">I think this would be a good idea. I see many emails where inline-emphasis is used unintentionally and I see very few where it is used intentionally. If anyone feels strongly against such a change then speak up now.</p>
</blockquote>

<p dir="auto">If you use backticks around these strings, the underscore is automatically escaped:</p>

<pre><code>`id_rsa_rocks.pub`
</code></pre>

<p dir="auto">will render as:</p>

<p dir="auto"><code>id_rsa_rocks.pub</code></p>

<p dir="auto">Adding backticks causes <code>code</code> elements to be placed around the text. Since the majority of the time strings with underscores in them are code snippets, this is the correct way to markup these items anyways. It also has the added benefit of styling the text in a monospaced font in many cases, which helps with clarity.</p>

<p dir="auto">I have found that once I knew this feature existed it solved majority of the issues I had with underscores in words.</p>

<p dir="auto">--<br>
Bjørn</p>

</div>