UNPKG

myst-to-html

Version:
7 lines (6 loc) 206 B
import rehypeFormat from 'rehype-format'; export const formatHtml = function formatHtml(opt) { if (!opt) return () => undefined; return rehypeFormat(typeof opt === 'boolean' ? {} : opt); };