josemarluedke / remark-hbs

Remark plugin that allows writing markdown with Ember handlebars templates
MIT License
6 stars 2 forks source link

Inline components in markdown? #6

Closed NullVoxPopuli closed 3 years ago

NullVoxPopuli commented 3 years ago

I have this:

# Header

some text
<Link @href="a url">click me</Link>
more text

but I'm getting the error:

Closing tag `Link` (on line 3) did not match last open tag `p` (on line 2).

Is this only sometimes supported? It'd be great if we could arbitrarily invoke components anywhere while authoring markdown