-
-
Notifications
You must be signed in to change notification settings - Fork 55
Closed
Description
This should work but doesn't:
<head>
<script type="module">
import ZeroMd from 'https://cdn.jsdelivr.net/npm/zero-md@3'
customElements.define('zero-md', class extends ZeroMd {
async load() {
await super.load()
this.setAttribute('no-shadow', '')
}
})
</script>
</head>
<body>
<zero-md src="https://example.com/markdown.md"></zero-md>
</body>Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels