- This app convert
markdown
tohtml
& logic can be used to renderblogs
written inmarkdown
. - Project support
custom component
by modifying default sanitizing schema ofrehypeSanitize
.
- My curiosity 🤓 about markdown❤️ made this project.
- I was just searching for a full fledged secured🔐 Solution for bringing markdown from server and rendering into HTML.
- As i seen some of package 📦 support only few markdown format and other do not have support for plugin🔌 to bring those features.
- features like fully custom component, math ➗ equations support, mermaid code to diagram 💎 support were missing due to security issues.
- I have tried to implement all features 🎉. and also sanatized🔫 converted html before render.
- First Create my_network
docker network create my_network
- Run Container
docker-compose -f .\docker-compose.dev.yml up -d
- Stop Container
docker-compose -f .\docker-compose.dev.yml down
- Run Container
docker-compose -f .\docker-compose.prod.yml up -d
- Stop Container
docker-compose -f .\docker-compose.prod.yml down
- Installing npm dependencies
npm install
- Run in Development Mode
npm run dev
- Run in Production Mode
npm run build
npm run start