ts-markdown-builder
Version:
Elegant markdown builder with minimal bundle size.
8 lines (7 loc) • 374 B
TypeScript
export { horizontalRule, heading, blockquote, orderedList, list, codeBlock } from './block';
export { code, italic, bold, link, image } from './inline';
export { table } from './table';
export { lineBreak, disclosure } from './html';
export { escape, joinBlocks } from './utils';
export type { TableOptions } from './table';
export type { DisclosureOptions } from './html';