<p></p>
<p>Geany's markdown syntax highlighting (without the markdown plugin) is confused, when image link without title is used:</p>
<pre><code>  ![](media\image21.png)
</code></pre>
<p>All the following text is highlighted bold (same as the link itself).<br>
<a target="_blank" rel="noopener noreferrer" href="https://user-images.githubusercontent.com/1393254/109849915-38615f00-7c52-11eb-9185-7f63af7c3b81.png"><img src="https://user-images.githubusercontent.com/1393254/109849915-38615f00-7c52-11eb-9185-7f63af7c3b81.png" alt="md1" style="max-width:100%;"></a><br>
Also the following markdown syntax is ignored - see <code>*Obecné*</code> is not in italics.</p>
<p>When I fill in some title to image link</p>
<pre><code>  ![abc](media\image21.png)
</code></pre>
<p>then the highlighting became correct (i.e. only link itself is bold).<br>
<a target="_blank" rel="noopener noreferrer" href="https://user-images.githubusercontent.com/1393254/109849989-4b742f00-7c52-11eb-90d3-83d4109e5f25.png"><img src="https://user-images.githubusercontent.com/1393254/109849989-4b742f00-7c52-11eb-90d3-83d4109e5f25.png" alt="md2" style="max-width:100%;"></a><br>
Also the following markdown syntax is ok then (<em><code>*Obecné*</code></em> <strong>is</strong> in italics).</p>
<p>The correct behavior is to highlight bold only the link even if its title is empty.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/issues/2798">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJ4B5SGXKA526GJHXMDTKC3UNANCNFSM43NS7TKQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAIOWJ7BTINUMV7V4KXIUJLTKC3UNA5CNFSM43NS7TK2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4M4YDF4A.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany/issues/2798",
"url": "https://github.com/geany/geany/issues/2798",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>