Last active
December 16, 2016 16:40
-
-
Save maijou2501/9303874472e5b082b33a to your computer and use it in GitHub Desktop.
現在表示中のページの Markdown 記法の脚注を作成し alert() で表示する。
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function(){var footnote="<sup>[1]</sup>\n\n[1]: "+document.location+" \'"+document.title+"\'\n\n";alert(footnote);})() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment