Context
Description
Currently, markdown only supports html/tag without -, which does not support <custom-component> </custom-component> properly.
<!-- correct syntax highlighting in markdown -->
<div></div>
<!-- incorrect syntax highlighting in markdown -->
<x-div></x-div>