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 537427b commit 43f40d5Copy full SHA for 43f40d5
website/src/component/Preview/index.js
@@ -40,7 +40,6 @@ const getBooleanValue = (param, field, defaultValue) => {
40
41
const Preview = ({ path, ...mdData }) => {
42
const $dom = useRef(null);
43
-
44
return (
45
<Wrapper ref={$dom}>
46
<Markdown
0 commit comments