We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
Reason:
body:body.join("\n").replace(/<pre>\s*([^]+?)\s*<\/pre>/g,"<pre><code>$1</code></pre>"),
The<pre>\s* reduces all the white spaces. In fact, only\r\n is needed to not be caught.
<pre>\s*
\r\n