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). ![md1](https://user-images.githubusercontent.com/1393254/109849915-38615f00-7c52-11...) 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). ![md2](https://user-images.githubusercontent.com/1393254/109849989-4b742f00-7c52-11...) 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.