使用方法

URLやメールアドレスは自動的にリンクされ、何もする必要はありません。コメント内のテキストを特定のURLにリンクするには、Markdown構文を使用できます。

[Text you want to see](http://url-goes-here.com)

JavaScript

/**
 * Prism: Lightweight, robust, elegant syntax highlighting
 * MIT license http://www.opensource.org/licenses/mit-license.php/
 * @author Lea Verou http://lea.verou.me
 * Reach Lea at fake@email.com (no, not really)
 * And this is [a Markdown link](https://prism.dokyumento.jp). Sweet, huh?
 */
var foo = 5;
// And a single line comment http://google.com

CSS

@font-face {
	src: url(http://lea.verou.me/logo.otf);
	font-family: 'LeaVerou';
}

HTML

<!-- Links in HTML, woo!
Lea Verou http://lea.verou.me or, with Markdown, [Lea Verou](http://lea.verou.me) -->
<img src="https://prism.dokyumento.jp/assets/img/spectrum.png" alt="In attributes too!" />
<p>Autolinking in raw text: https://prism.dokyumento.jp</p>