Sommerregen / grav-plugin-external-links

This plugin adds small icons to external and mailto links, informing users the link will take them to a new site or open their email client.
Other
16 stars 14 forks source link

Plugin not applied to links in custom content #29

Closed benklaw closed 5 years ago

benklaw commented 5 years ago

I have a custom field on my pages page.header.content_bottom which contains markdown.

When I render this using the twig markdown filter this plugin is not applied to the contained links:

{{ page.header.content_bottom|markdown }}

Is there anything I can do about that?

benklaw commented 5 years ago

Just found the external_links twig filter which does exactly what I want.