Figure label and caption aren't processing markdown in the lightbox but are on the page #687
Closed
1 task done
Labels
bug
Actual behavior does not match expected behavior
quire-11ty
This is an issue with the quire-11ty package
Before proceeding, check to make sure there isn’t an existing issue for this bug.
Steps to reproduce
figures.yaml
quire preview
Actual behavior
The markdown formatting is processed and rendering correctly when the image and caption info is viewed on the page, but not so in the lightbox modal
Expected behavior
The text of the label and credit should be processed and appear the same in all locations
Version numbers
macOS
node 18.12.1
Quire 1.0.0-rc.5 (but is issue in earlier versions as well)
What browsers are you seeing the problem on?
No response
Relevant Terminal/Shell output
No response
Supporting Information
I believe we just need to make use of the
markdownify
filter in_includes/components/lightbox/slides.js
, lines 57–62 (below), to match what's done in_includes/components/figure/label.js
and_includes/components/figure/caption.js
.The text was updated successfully, but these errors were encountered: