/*
* @title link.md
* @description prompt Markdown inline link
* @include http://*
* @license MIT License http://opensource.org/licenses/MIT
* @contributor jdg http://let.hatelabo.jp/jdg/let/gYC-xdO5tsuJfQ (Fork of)
* @require
*/
// # Changes
// - fix screen transition when press 'OK'
// - allow no title e.g. https://api.github.com/gists/2370972
// c.f. http://daringfireball.net/projects/markdown/syntax (Markdown official syntax)
prompt('Copy Me', '[' + (document.title || location.href) + '](' + location.href + ')');
void 0;