diff --git a/src/components/Content.js b/src/components/Content.js index cda3971..8204e66 100644 --- a/src/components/Content.js +++ b/src/components/Content.js @@ -37,11 +37,14 @@ const ImageWithSrcset = ({ nodeKey, src, alt, ...props }) => { ) } -const HtmlBlock = ({ value }) => ( -
-) +const HtmlBlock = ({ value }) => { + if (value.indexOf(' + ) +}