TomKrauss / pks-edit

A code editor originally implemented for Atari ST - now available as Windows 64 Bit application
Mozilla Public License 2.0
8 stars 2 forks source link

Minor glitch in rendering image links #19

Closed rbri closed 3 weeks ago

rbri commented 3 months ago

I guess there is an off-by-one error ;-) when rendering image links. The open bracket is part of the link but the closing not.

image

The coloring in the editor is fine image

rbri commented 3 weeks ago

with 2.7.0 we have now the preview - great progress

but now the editor is a bit broken image

The coloring of the closing bracket is correct but the bold style is missing

TomKrauss commented 3 weeks ago

This will be hard to fix, as color coding in PKS Edit relies on regular expression matching, which is probably not powerful enough to handle those kind of tricky situations.

rbri commented 3 weeks ago

Ok, i think you can close this, because it is not a real problem and because i'm getting older i fear i will not be able to see the minor difference in the rendering in the near future.

TomKrauss commented 3 weeks ago

Closed as discussed.