@therealbenhogan wrote:
Hi,
I'm trying out the markdown addon, and want to generate links using the link-to component or the ember-href-to add on.
Assuming you had content from the admin entered like so
# h1 Header ## H2 header a paragraph another para This is a link example [Product](/product)
When rendered on the page, the link example would be converted to
{{#link-to 'product'}}Product{{/link-to}}
or the inline form, or
<a href="{{href-to 'product'}}">Product</a>
Is this possible? Many thanks!
Posts: 1
Participants: 1