UNPKG

protoml-parser

Version:

ProtoML is a lightweight, declarative markup language designed for writing and structuring meeting protocols, notes and task lists in a human-readable and machine-parseable format.

7 lines 183 B
module.exports = { html: require("./html.js"), json: require("./json"), pdf: require("./pdf"), /*markdown: require("./markdown"), text: require("./text")*/ }