diff --git a/src/components/common/MD.jsx b/src/components/common/MD.jsx index 6050f82..03b3b16 100644 --- a/src/components/common/MD.jsx +++ b/src/components/common/MD.jsx @@ -22,15 +22,15 @@ const transform = (props) => { const paragraph = (text) => { - return `
${text}
`; + })}>${text}

`; }; r.heading = comment ? paragraph : (text, level) => {