github-actions[bot]
GitHub deploy: 43c5a8493f67dda18bcb4fd979accc2510db9d14
e6665e0
raw
history blame
274 Bytes
<script lang="ts">
import katex from 'katex';
import 'katex/contrib/mhchem';
import 'katex/dist/katex.min.css';
export let content: string;
export let displayMode: boolean = false;
</script>
{@html katex.renderToString(content, { displayMode, throwOnError: false })}