UNPKG

react-styleguidist

Version:
8 lines (7 loc) 183 B
/** * Highlight code in code snippets in Markdown. * * @param {string} markdown * @returns {string} */ export default function highlightCodeInMarkdown(markdown: string): string;