Pattern to match strong emphasis in Markdown text
%r{ (\*\*|__) (\S|\S.+?\S) \1 }x
<code/>
<pre/>
<code/>and<pre/>for code samples.