You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 25, 2021. It is now read-only.
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.