UNPKG

@rakutentech/docsify-code-inline

Version:
12 lines (10 loc) 230 B
/** * Default CSS. */ export const DEFAULT_CSS: string; /** * Transform Markdown text to replace inline code with syntax-highlighted spans. * * @param markdown source */ export function transform(markdown: string): string;