Closed johnsoncodehk closed 2 years ago
Input:
<button @click></button>
Result:
<template><div class="markdown-body"><p><button @click></button></p> </div></template> <script setup> const frontmatter = {} defineExpose({ frontmatter }) </script>
Expected result:
<template><div class="markdown-body"><button @click></button></p> </div></template> <script setup> const frontmatter = {} defineExpose({ frontmatter }) </script>
Input:
Result:
Expected result: