microsoft / vscode-copilot-vision

Exploration into leveraging vision capabilities of an LLM
MIT License
22 stars 1 forks source link

when `alt=""` is within the html markdown line, it is not removed #31

Closed meganrogge closed 1 month ago

meganrogge commented 1 month ago

Have

<img alt="" src="images/1_93/terminal_cd_self_dir.png"/>

Use the quick fix

🐛 alt="" appears in the result string

meganrogge commented 1 month ago

same bug if you start with

<img src="images/1_93/terminal_cd_self_dir.png" alt=""/>