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

Function table

static/word2md/mammoth.browser.js:3023–3025  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

3021}
3022
3023function table(options) {
3024 return new Matcher("table", options);
3025}
3026
3027function Matcher(elementType, options) {
3028 options = options || {};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected