rehype-pretty / rehype-pretty-code

Beautiful code blocks for Markdown or MDX.
https://rehype-pretty.pages.dev
MIT License
1k stars 63 forks source link

Smarter way to modify rounded in presence of title. #205

Closed beamcode closed 3 months ago

beamcode commented 4 months ago

CONTEXT: when there is a bottom caption the title becomes a div instead of a figcaption and it breaks the previous css. You can't have 2 figcaption in a figure i suppose. So we use the ids to identify a title presence. It's more reliable.