UNPKG

@remirror/extension-code-block

Version:

Unleash the inner coder with code blocks for your remirror editor.

4 lines (3 loc) 287 B
export { CodeBlockExtension, getLanguage } from './code-block-extension'; export { codeBlockPositioner } from './code-block-positioners'; export type { CodeBlockAttributes, CodeBlockFormatter, CodeBlockOptions, FormattedContent, FormatterProps, SyntaxTheme, } from './code-block-types';