1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-17 19:25:32 -04:00

use smartypants remark plugin for fancy quotes, etc.

This commit is contained in:
2022-05-12 15:02:27 -04:00
parent a624a8c30f
commit a97eb0532f
4 changed files with 132 additions and 19 deletions

View File

@@ -13,11 +13,6 @@ const Caption = styled("figcaption", {
lineHeight: 1.5,
color: "$medium",
marginTop: "-0.4em",
/* some figcaptions contain paragraphs, some don't, so reset all of them */
"& p": {
margin: "0 !important",
},
});
export type FigureProps = Omit<ImageProps, "alt"> &