Skip to content

Instantly share code, notes, and snippets.

<script>
import { getSitecoreContext } from "jss-svelte";
import marked from "marked";
export let field = null;
export let cssClass = "";
let eeElement = null;
const sitecoreContext = getSitecoreContext();