We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f50d7de commit 21366daCopy full SHA for 21366da
packages/crd-theme/markdown/index.js
@@ -14,8 +14,6 @@ const components = {
14
15
function Markdown(markdownProps) {
16
const { props } = markdownProps
17
- console.log('props', props)
18
- // todo props.title
19
const { relative } = props
20
const [MarkdownCP, setMarkdownCP] = useState(null)
21
const markdownWrapperRef = useRef(null)
@@ -36,7 +34,6 @@ function Markdown(markdownProps) {
36
34
renderMarkdown()
37
35
}, [])
38
39
40
return (
41
<>
42
<Helmet>
0 commit comments