You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import {TelepathicElement} from "../telepathic-element/telepathic-element.js";
export default class MarkdownElement extends TelepathicElement{
static describe(){return `MarkdownElement provides a quick example of how easy it is to create a new element using telepathy with a markdown template.`};