Spaces:
Sleeping
Sleeping
File size: 238 Bytes
831bbaa |
1 2 3 4 5 6 7 8 9 10 |
<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 })}
|