uwdata / living-papers

Authoring tools for scholarly communication. Create interactive web pages or formal research papers from markdown source.
BSD 3-Clause "New" or "Revised" License
127 stars 10 forks source link

Bug: quotes in image alt text broken #99

Open mcnuttandrew opened 7 months ago

mcnuttandrew commented 7 months ago

There appears to be a small bug in the alt text for images. For instance this chunk of code

::: figure {#fig .margin}
![A figure showing "A" vs "B"](assets/example.svg)
| A simple figure
:::

produces (when the image link is broken)

Screenshot 2024-01-11 at 10 23 39 AM

Whereas when quotes are removed:

Screenshot 2024-01-11 at 10 23 46 AM