executablebooks / mystmd

Command line tools for working with MyST Markdown.
https://mystmd.org/guide
MIT License
172 stars 50 forks source link

🥌 Remove curly braces around properties in verbatim latex handler #1341

Closed fwkoch closed 1 week ago

fwkoch commented 1 week ago

This PR addresses a very specific issue encountered here, where code captions were inheriting {} from the source tex: https://github.com/scipy-conference/scipy_proceedings/pull/916

Possibly a more general solution would be worth considering (Do these brackets show up elsewhere? Do they imply we should run tex-to-myst on the contents or something?). But for now, this quick fix improves the simplest cases where latex has caption={My Caption}.