Source: node-runmd Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Bastien Roucariès Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , dh-nodejs , node-minimist (>= 1.2.8) , node-require-like (>= 0.1.2) , ava , nodejs:any Standards-Version: 4.7.3 Homepage: https://github.com/broofa/runmd Vcs-Git: https://salsa.debian.org/js-team/node-runmd.git Vcs-Browser: https://salsa.debian.org/js-team/node-runmd Rules-Requires-Root: no Package: node-runmd Architecture: all Multi-Arch: foreign Depends: ${misc:Depends} , node-minimist (>= 1.2.8) , node-require-like (>= 0.1.2) , nodejs:any Description: Run code blocks embedded in markdown RunMD executes code blocks embedded in Markdown documents and annotates them with the resulting output. . This tool helps maintain accurate and reproducible examples in documentation. This tool ensures that the output shown in README files and other Markdown documents reflects the actual behaviour of the code. . Node.js is an event-based server-side JavaScript engine.