- Clone repo
npm i
npm run dev
- Open JavaScript console and inspect the nodes which correspond to the three code fences in
src/App.tsx
:
- Open
src/App.tsx
and uncomment out line 104 to enable thereype-raw
plugin
remarkPlugins={[gfm]}
- // rehypePlugins={[rehypeRaw]}
+ rehypePlugins={[rehypeRaw]}
children={markdown}
- Re-inspect the nodes to see the missing information: