thegetty / conserving-canvas

"Conserving Canvas", edited by Cynthia Schwarz, Ian McClure, and Jim Coddington
0 stars 0 forks source link

Markdown override / unicode fix needed for (c), (r), and "..." #67

Closed Erin-Cecele closed 1 year ago

Erin-Cecele commented 1 year ago

{% figuregroup '3' 'fig-18-2-a, fig-18-2-b, fig-18-2-c' '(a) A recipe for gacha used in 1948 by Tomás Pérez Alférez, liner at the Museo del Prado for the lining of an unspecified painting of the Church of San Martín. (b) Fourier transform infrared spectroscopy (FTIR) analysis of the adhesive used to line El sueño del Patricio Juan (Juan the Patrician's Dream), by Bartolomé Esteban Murillo. c Measure of viscosity in a gacha recipe taken during the experimental study in the project. Images: (a) Archivo del Museo Nacional del Prado, (b) Laboratorio de Análisis del Museo Nacional del Prado, c Lining Project HAR 2011-24217 and Universidad Politècnica de València.' %}

Diane removed the parens so it is just "c". This will make it challenging to fix via regex.

@rabarth1 also notes these issues:

Erin-Cecele commented 1 year ago

The solution for (c) and (r) turning into different symbols is: (c) and (r). Looks like Diane did actually fix these in the figures.yaml captions. HOWEVER, these issues were not fixed in the figuregroup shortcodes that override the captions.

@geealbers I'm trying to figure out the best way to fix these.

rabarth1 commented 1 year ago

thank you!!

Erin-Cecele commented 1 year ago

as an update, I think I've caught all the lingering instances of (c) and (r). I'm not sure about the ellipses. I didn't come across examples of any issues so maybe Diane fixed them.

geealbers commented 1 year ago

Yes, ellipses look good now too. Thanks. Closing this issue