svem
Version:
Svelte in Markdown preprocessor
19 lines (18 loc) • 1.17 kB
TypeScript
export { XAttributes, XMultiAttributes, XNode, getAttributes, remarkAttributes } from './attribute.js';
export { remarkCallout } from './callout.js';
export { remarkCodeGroup } from './code-group.js';
export { CodeAttributes, CodeBlockTheme, CodeHighlightOptions, CreateBlockOptions, XCodeNode, createWrapper, highlight, remarkCodeHighlight } from './code-highlight.js';
export { CodeImportOptions, remarkCodeImport } from './code-import.js';
export { remarkCodePreview } from './code-preview.js';
export { XSection, remarkDirective, remarkDirectiveEject } from './directive.js';
export { HeadLink, HeadingLinkOptions, XHTMLHeading, XHeading, remarkHeadingLink, slugify } from './heading.js';
export { HTMLOptions, XHTMLNode, escapeHtml, findNode, findNodes, flattenHtmlNodes, remarkHtmlNodes } from './html.js';
export { remarkFlatMatter } from './matter.js';
export { remarkDeepParse } from './parser.js';
export { SectionOptions, remarkHeadingSection, wrap } from './section.js';
export { remarkSvelteEscape, remarkSvelteParse } from './svelte.js';
export { createTab } from './tab.js';
import 'unified';
import 'mdast';
import '@shikijs/transformers';
import 'shiki';