this is a demo using rehype
the content.md
file contains some basic markdown content to test the rehype alerts plugin
in the index.js
you will find all the code of this example
use the following command to install the dependencies (node_modules):
npm i
to start the example, use your terminal and then go into the root of this example, then run the following command:
npm run start
then check out your terminal as the console log inside of the code will output the result on the command line