@martin-hillford/markdown-ts-react
Version:
This is a React wrapper for the markdown-ts library. Please, see <https://github.com/martin-hillford/markdown-ts> for more information on the supported syntax.
9 lines (8 loc) • 454 B
TypeScript
export { markdownToHtml, getVimeoUrl, getVimeoVideoId, getYouTubeId, getYouTubeUrl, isVimeoUrl } from '@martin-hillford/markdown-ts';
export type { IInlineParser, Context, IBlockParser } from '@martin-hillford/markdown-ts';
export { MarkDown } from './MarkDown';
export { YouTube } from './YouTube';
export { Vimeo } from './Vimeo';
export { Video } from './Video';
export { TextEditor } from './TextEditor';
export { BaseStyle } from './BaseStyle.tsx';