-
-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
It would be great if markdown inside HTML could be parsed (like for MDX2).
Regarding this markdown (Alert being a custom vue component with a slot):
<div>Hello `div`</div>
<Alert>Hello `alert`</Alert>I would expect:
<div>Hello <code>div</code></div>
<Alert>Hello <code>alert</code></Alert>Current result:
<div>Hello `div`</div>
<Alert>Hello `alert`</Alert>The case with the custom Vue component was working (markdown inside the component was parsed) in version 0.1.0 but removed in version 0.1.1 with the addition of the componentPlugin .
Heptazhou, Sdju and souravdutt
Metadata
Metadata
Assignees
Labels
No labels