favoloso / remarkable-admonitions

Add admonitions support to Remarkable
MIT License
39 stars 5 forks source link

Admonitions are not being rendered in Docusaurus V2 #21

Closed prasathsekar closed 4 years ago

prasathsekar commented 5 years ago

Hi i am using docusaurus V2. I need admonitions so i used remarkable-admonitions. but it is not supported in docusaurus V2.

I used the below code but it is not working

module.exports = { plugins: [ // Highlight admonitions. require('remarkable-admonitions')({ icon: 'svg-inline' }) ], };

leonardfactory commented 5 years ago

Hi @prasathsekar , as shown in the readme for v2 you can use the react component 👍