/*
* @title link.md
* @description prompt Markdown inline link
* @include http://*
* @include https://*
* @contributor jdg http://let.hatelabo.jp/jdg/let/gYC-xdO5tsuJfQ (Fork of)
* @license MIT License https://opensource.org/licenses/MIT
* @javascript_url
*/
// Markdown official syntax c.f.
// https://daringfireball.net/projects/markdown/syntax
prompt('Copy Me', `[${document.title}](${location.href})`); void 0;