Show markdown link for current page
/* * @title mdLink * @description Show markdown link for current page * @include http://* * @license MIT License * TODO: need escape! */ window.prompt("Link", "[" + document.title + "](" + document.location + ")")