markpage
Version:
Build and manage markdown-based content with distributed navigation - framework agnostic content management system
22 lines (21 loc) • 679 B
JavaScript
import { validateDocItem, validateIndexFile } from "./types.js";
import { NavigationTree, createNavigationTree } from "./renderer/navigation.js";
import { addTableOfContents, extractHeadings, extractTableOfContents } from "./renderer/content.js";
import { b, c, a, d } from "./component-CFAbO5q4.js";
import { Lexer, Marked } from "marked";
export {
Lexer,
Marked,
NavigationTree,
addTableOfContents,
b as builtinTokenNames,
c as componentExtension,
a as createComponentExtension,
d as createInlineComponentExtension,
createNavigationTree,
extractHeadings,
extractTableOfContents,
validateDocItem,
validateIndexFile
};
//# sourceMappingURL=index.js.map