LoginSignup
10
9

More than 5 years have passed since last update.

Markdown(GFM)のリンク記法が覚えられないあなたへの処方箋

Last updated at Posted at 2014-11-15

GFM (Github Flavored Markdown) のリンク記法、すらすら書けますか?

リンク記法というのは、こういうやつです。

[Google](http://google.com)

これがなかなか覚えられなくて悩んでたのですが、画期的な記憶方法を思いつきました。

覚え方: JavaScriptのメソッド呼び出しだと考える

var o = {}
o["google"] = function(url){ return url; }

このoオブジェクトのfuncメソッドを呼び出すにはこう書けますよね。

o["google"]("http://google.com")

どうですか?
Markdownのリンク記法に似てませんか??

10
9
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
10
9