Is there a way to embed a script from external src as well as local script into vitepress markdown for it to be generated? given the example below ...
## my test button
<script src="https://www.jsdeliver.com/sdk/js?yadayada"></script>
<script>
function initButton() {
...
}
</script>
throws up an issue
[vite] hmr update /test/index.md (x2)
19:00:17 [vite] Internal server error: Tags with side effect (<script> and <style>) are ignored in client component templates.
Plugin: vite:vue