<% set allowedHtml = {'a': {'href': [], 'target': [], 'id': []}, 'strong': {}} %>
<%= __('Tip: check out [link]this list[/link] of form plugins that integrate with MailPoet.')
|replaceLinkTags('https://kb.mailpoet.com/article/198-list-of-forms-plugins-that-work-with-mailpoet?utm_source=plugin&utm_medium=settings&utm_campaign=helpdocs', {'target': '_blank', id: 'mailpoet_helper_link'})
|wpKses(allowedHtml)
%>
<% endblock %>
<% block after_javascript %>
<% endblock %>