I've added a really simple filter to add target blank to markdown filtering already filtered anchor tag.
| Comment | File | Size | Author |
|---|---|---|---|
| markdown_filter-targetBlankAttr-381302-1-7.x-1.4.patch | 1.22 KB | tpzurdo |
I've added a really simple filter to add target blank to markdown filtering already filtered anchor tag.
| Comment | File | Size | Author |
|---|---|---|---|
| markdown_filter-targetBlankAttr-381302-1-7.x-1.4.patch | 1.22 KB | tpzurdo |
Comments
Comment #2
frjo commentedThis is a patch against the third party Markdown library that are included in this module and will therefor not be accepted.
I suggest you add a small javascript to your theme that opens all links with a specific class in a new window when clicked.