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.

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