MCPcopy Create free account
hub / github.com/TruthHun/BookStack / convertToMarkdown

Function convertToMarkdown

static/word2md/mammoth.browser.js:2369–2373  ·  view source on GitHub ↗
(input, options)

Source from the content-addressed store, hash-verified

2367}
2368
2369function convertToMarkdown(input, options) {
2370 var markdownOptions = Object.create(options || {});
2371 markdownOptions.outputFormat = "markdown";
2372 return convert(input, markdownOptions);
2373}
2374
2375function convert(input, options) {
2376 options = readOptions(options);

Callers

nothing calls this directly

Calls 1

convertFunction · 0.70

Tested by

no test coverage detected