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:
@@ -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"> &
|
||||
|
Reference in New Issue
Block a user