Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
oops
  • Loading branch information
kellyjosephprice committed May 29, 2024
commit 81d5723021038fd0dbb5e8cc85c39c2a4b9d9092
2 changes: 0 additions & 2 deletions example/Doc.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ const Doc = () => {
render();
}, [doc, lazyImages, safeMode]);

console.log(JSON.stringify(mdx.mdast(doc), null, 2));

return (
<React.Fragment>
<div className="rdmd-demo--display">
Expand Down