Trying to add a Bookmarklet to a Github README.md, but encountering issues with the markdown code:
[Bookmarklet](javascript:alert('not-working'))
It appears that the javascript in the link is being stripped out from the compiled output. Is this a policy for Github pages or am I overlooking something?