FarkupLook at the source to this page by clicking Edit to compare the farkup language with resulting output. level 1 headinglevel 2 headinglevel 3 headinglevel 4 headingHere is a paragraph of text, with emphasized and strong text, together with an inline You can make Wiki Links just like that, as well as links to external sites: http://sbcl.sourceforge.net. Custom link text can be used with both types of links. Images can be embedded in the text:
Unordered lists:
Ordered lists:
You cannot yet nest lists. Horizontal lines: Tables:
Here is some code: HAI CAN HAS STDIO? VISIBLE "HAI WORLD!" KTHXBYE There is syntax highlighting for various languages, too: PEG: parse-request-line ( string -- triple ) #! Triple is { method url version } [ 'space' , 'http-method' , 'space' , 'url' , 'space' , 'http-version' , 'space' , ] seq* just ; Some 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-2010 by its respective authors. By adding content to this wiki, you agree to release it under the BSD license. |
|||||||||