Fix server-side rendering

This commit is contained in:
venashial
2022-05-29 11:29:53 -07:00
parent 90b49106f0
commit 347366e8d7
4 changed files with 1109 additions and 2760 deletions

View File

@@ -14,7 +14,7 @@ The `markdown` parser is designed for bodies of markdown text and supports image
```svelte example
<script lang="ts">
import { markdown } from "omorphia"
import { markdown } from "omorphia/utils"
const source = '## Example markdown \n\
This is **some** *text*! \n\