Skip to content

Markdown transform failed with <button @click></button> #1

@johnsoncodehk

Description

@johnsoncodehk

Input:

<button @click></button>

Result:

<template><div class="markdown-body"><p>&lt;button @click&gt;</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>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions