Geany's markdown syntax highlighting (without the markdown plugin) is confused, when image link without title is used:
![](media\image21.png)
All the following text is highlighted bold (same as the link itself).
Also the following markdown syntax is ignored - see *Obecné*
is not in italics.
When I fill in some title to image link
![abc](media\image21.png)
then the highlighting became correct (i.e. only link itself is bold).
Also the following markdown syntax is ok then (*Obecné*
is in italics).
The correct behavior is to highlight bold only the link even if its title is empty.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.