Convert nullboard NBX files to markdown.
npm install -g nbx2mdnbx2md path/to/input.nbx path/to/output.mdYou can also use it programmatically:
npm install --save nbx2mdconst nbx2md = require("nbx2md");
const md = nbx2md(data);The MIT License (MIT) - Copyright (c) 2021 Thomas Brouard