Posted on: 2019-05-27 15:45:49.000
ok, this is a very simple little bug fix, but it's something...
Rockets automatically converts url links to hyperlinks like this:
https://google.comBut now it disables it if you use the [ img ] tag, like this:
The problem was that the hyperlink was getting converted to a clickable link first, then the [ img ] tag tried to turn it into a <img src='whatever.jpg'> tag and the combination of the two was just a broken mess.
I found this bug when I was trying to convert my old blog posts, which had direct <img src=....> built in, to the [ img] tag. So actually it's turning out to be quite helpful to do this slow, tedious migration in terms of testing!
Bumped Rockets to version 1.96 just so I can keep track of when I've applied this fix.