bikeshed
bikeshed copied to clipboard
Don't convert double hyphens to em-dash in a code block
Please don't convert
```
--foo--
```
to:
<pre>
--foo—<wbr>
</pre>
Syntax inside a code block is significant and should not be treated like text!
Indeed, I shouldn't.