<p>The following one-liner does exactly what it looks like:</p>

<pre><code>This is a `hello-world` example.
</code></pre>

<p>And so do these two lines, as the linebreak isn't too special in plain Markdown:</p>

<pre><code>This is a
`hello-world` example.
</code></pre>

<p>However, geany/scintilla/ctags/whatever doesn't recognize the backtick correctly if it happens to be at the start of a line, and wasn't at the start of the line before(?).</p>

<p>Steps to reproduce:</p>

<ul>
<li>Open Geany, open a new tab</li>
<li>Write <code>This is a `hello-world` example.</code> in a line</li>
<li>Put the cursor right after the word <code>a</code>
</li>
<li>Hit enter. The new line should start with a space, then a backtick</li>
<li>Press "delete" on your keyboard</li>
</ul>

<p>Actual behavior: The <code>hello-world</code> is no longer shown in the correct color (blue-ish in my case), but as normal text (black in my case; I should still have default syntax colors).</p>

<p>Expected behavior: The <code>hello-world</code> should still be in the correct collor, as it is still a valid markup for inline-code.</p>

<p>Note that something fishy is going on, because if you add a newline before the paragraph, then it apparently get's re-parsed correctly, fixing the display.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/geany/geany/issues/867">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJxuAHT4buOjhjyCmlhpiurXYXXCYks5pZlhLgaJpZM4HEDG7.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany/issues/867"></link>
  <meta itemprop="name" content="View Issue"></meta>
</div>
<meta itemprop="description" content="View this Issue on GitHub"></meta>
</div>