Farkupページ下部の Edit をクリックし、このページのソースと出力結果を比べてみてください。 見出しレベル 1見出しレベル 2見出しレベル 3見出しレベル 4これは段落で、テキストを強調したり、太字にしたりできます。コードの断片 wiki 内へのリンク や http://sbcl.sourceforge.net のような外部サイトへのリンクも簡単に作成できます。どちらのリンクの場合も、リンク先とは別の任意のテキストを設定できます。 テキストに画像を埋め込むこともできます。
箇条書きです。
番号付き箇条書きです。
箇条書きのネストはまだできません。 水平線です。 表です。
コードの例です。 HAI CAN HAS STDIO? VISIBLE "HAI WORLD!" KTHXBYE さまざまな言語の構文要素が強調表示されます。 PEG: parse-request-line ( string -- triple ) #! Triple is { method url version } [ 'space' , 'http-method' , 'space' , 'url' , 'space' , 'http-version' , 'space' , ] seq* just ; Java のコードです。 /** * Returns the extension of the specified filename, or an empty * string if there is none. * @param path The path */ public static String getFileExtension(String path) { int fsIndex = getLastSeparatorIndex(path); int index = path.lastIndexOf('.'); // there could be a dot in the path and no file extension if(index == -1 || index < fsIndex ) return ""; else return path.substring(index); } This revision created on Tue, 29 Sep 2009 00:41:42 by slava (Rollback of '+"You cannot yet nest lists"') |
|||||||||
|
All content is © 2008 by its respective authors. By adding content to this wiki, you agree to release it under the BSD license. |
|||||||||