Markdownのリンクの例です。 ```markdown This is [an example](http://example.com/) inline link. This is [an example][id] reference-style [link][id]. [id]: http://example.com/ ``` 以上の記述をすると以下のように表示されます。 This is [an example](http://example.com/) inline link. This is [an example][id] reference-style [link][id]. [id]: http://example.com/