[bug] Web Core VSC - ElementId target with link

I found a bug when using the VSC plugin (Which, other than this bug is working wonderfully and has a smooth install/license process)

I downloaded GetSkeleton.com and added it to my unit html, works great until I do

  1. Set an id for the paragraph
  2. Create a TWebLabel and set its ID to the paragraph
  3. Error

After testing for a bit, it seems that if I leave the paragraph in html as-is, the plugin breaks because there's a link in the html it's replacing.

If I remove the link from the paragraph and just have text, it works fine and replaces the content.

Can you share a project with which we can reproduce this?