<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
<style>
div.markdown { white-space: normal; }
body { font-family: sans-serif; }
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }
pre { margin-left: 15px; margin-right: 15px; padding: 5px; background-color: #F7F7F7; border-radius: 5px 5px 5px 5px; overflow-x: auto; max-width: 90vw; }
code { margin: 0; padding: 0 0.4em; border-radius: 3px; background-color: #F7F7F7; }
pre > code { padding: 0px; }
math[display="inline"] > mrow { padding:5px; }
div.footnotes li p { margin: 0.2em 0; }
</style>
</head>
<body>
<div class="markdown">
<p dir="auto">Hi,</p>

<p dir="auto">I just updated to r6092, and I now seem to get a UUID showing up in the rendering of styled code blocks. For example, without code highlighting, the following seems to render just fine:</p>

<pre><code>```
x <- c(1,2)
```
</code></pre>

<p dir="auto">That is, it renders as:</p>

<pre><code>x <- c(1,2)
</code></pre>

<p dir="auto">However, when I try to type the following:</p>

<pre><code>```r
x <- c(1,2)
```
</code></pre>

<p dir="auto">It renders as, for example:</p>

<pre><code>2AE883AA-33F3-4330-A544-A3B12C621468 x <- c(1,2)
</code></pre>

<p dir="auto">The UUID eventually goes away after I start typing other things in the email, but it is a bit distracting. I'm wondering if this is a bug?</p>

<p dir="auto">Thanks!</p>
</div>

</body>
</html>