bootstrap-3-shortcodes icon indicating copy to clipboard operation
bootstrap-3-shortcodes copied to clipboard

Relative links

Open acjbizar opened this issue 8 years ago • 0 comments

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.

acjbizar avatar Dec 09 '17 16:12 acjbizar