Open MarcoBuess opened 1 year ago
Having no clue about all this, I thought it might be as simple as adding markdown-it-admonition
to package.json
and the following code to index.jsx
:
import admon from 'markdown-it-admonition'
...
this.md.use(admon)
...
I then tried running npx --yes yarn install
in the hopes that would be it, but it doesn't seem so. I couldn't get it to work. 😞
References