rehype example

November 1, 2023 ยท View on GitHub

introduction

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

install the dependencies

use the following command to install the dependencies (node_modules):

npm i

dev (local) server

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