liquidlight / typo3-shortcodes

Wordpress-style shortcodes for TYPO3
https://extensions.typo3.org/extension/shortcodes
3 stars 1 forks source link

Bug: If the shortcode has a space before the keyword it won't work #5

Closed mikestreety closed 2 years ago

mikestreety commented 2 years ago

Summary

We advise putting a space after a link and before the ] of the shortcode to prevent it being included in the link.

e.g.

[youtube: link ]

To even things out, the regex here should allow for a space at the beginning

[ youtube: link ]