/* * The default jargon transform provided by rehype-jargon * is kinda basic because this is a package we publish/maintain * for others. * This one is more opinionated but assumes the use of TailwindCSS * so we can't make it the default */ export const jargonTransform = (term, html) => `
${term}
${html}
`