markjs

 npm install -g @otoniel19/markjs

how to parse markdown

 markjs parse <fileName.md> --theme dark --output <fileName>

how to open markdown preview

 markjs open <fileName.md> --theme dark

how to watch markdown

 markjs watch <fileName.md> -o <output> --theme dark

how to lint markdown

 markjs lint <file.md>

node.js usage

const markjs = require("@otoniel19/markjs");
markjs(file, theme).then((res) => {
  console.log(res);
});

thank you for using this
See you next time 👋

made by otoniel19 with ♥️