We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7118b3 commit 0e48812Copy full SHA for 0e48812
packages/viewer/src/components/Shared/ExtMarkdown.svelte
@@ -1,7 +1,7 @@
1
<script lang="ts">
2
import { Ref } from '@pi-base/core'
3
import context from '@/context'
4
- const { spaces, theorems, properties } = context()=
+ const { spaces, theorems, properties } = context()
5
6
export let source: string
7
const modify = (s: string) => {
0 commit comments