MWDelaney / bootstrap-3-shortcodes

WordPress shortcodes for easier use of Bootstrap elements in your content.
https://wordpress.org/plugins/bootstrap-3-shortcodes/
MIT License
377 stars 118 forks source link

Relative links #149

Open acjbizar opened 6 years ago

acjbizar commented 6 years ago

Absolute links (like http://example.com/) and anchor links (like #example) appear to be working fine, but of course we also have something called relative links. These cause a bit of trouble with at least the [button] shortcodes. Links like example, /example, ./example, and ../example are prefixed with http:// for some reason, rendering them invalid, while just leaving them alone would be fine.