npm install -g @otoniel19/markjs
markjs parse <fileName.md> --theme dark --output <fileName>
markjs open <fileName.md> --theme dark
markjs watch <fileName.md> -o <output> --theme dark
markjs lint <file.md>
const markjs = require("@otoniel19/markjs");
markjs(file, theme).then((res) => {
console.log(res);
});
thank you for using this
See you next time 👋