--- import katex from 'katex'; const { formula = '' } = Astro.props; const html = katex.renderToString(formula, {throwOnError: false}); ---