Implementing custom Markdown parser with the MD Library

Yeah, and something like:

<Lt4Web.CoreComponents.button class="bg-red-500">
  Hello
</Lt4Web.CoreComponents.button>

To whatever HTML that component renders, e.g.:

<button class="bg-red-500">Hello</button>