github-actions[bot]
GitHub deploy: 1e8abea753fb6cd58482cab5027d5bcbd0a2db2e
831bbaa
raw
history blame contribute delete
238 Bytes
<script lang="ts">
import katex from 'katex';
import 'katex/contrib/mhchem';
export let content: string;
export let displayMode: boolean = false;
</script>
{@html katex.renderToString(content, { displayMode, throwOnError: false })}