UNPKG

mammoth

Version:

Convert Word documents from docx to simple HTML and Markdown

12 lines (8 loc) 239 B
var htmlPaths = require("./styles/html-paths"); var Html = require("./html"); exports.element = element; function element(name) { return function(html) { return Html.elementWithTag(htmlPaths.element(name), [html]); }; }