====== PlayGround ======
Test here, please.
[[playground:test1]]
==== PageList Plugin ====
http://www.wikidesign.ch/en/plugin/pagelist/start
[[shared:kb:start]]
==== Include Plugin ====
http://www.wikidesign.ch/en/plugin/include/start
{{page>[id]#[section]&[flags]}}
{{section>[id]#[section]&[flags]}}
==== Notes Test ====
This is generated via the [[http://wiki.splitbrain.org/plugin:note|Notes plugin]]:
This page is a work in progress.
==== Code Highlighting Test ====
Syntax highlighting is via [[http://qbnz.com/highlighter/|GeSHIi]].
Some Java code:
class HelloWorldApp {
public static void main(String[] args) {
System.out.println("Hello World!"); //Display the string.
}
}
How 'bout some Ruby code?
class Role < ActiveRecord::Base
def self.[](title)
Role.find_by_title(title.to_s)
end
end
==== Textile Formatting ====
You can also format text with *textile* markup if you surround the text in <textile>..</textile> tags.
h1. big and _italicized_ is nice.
Happy.
- **Here's a howdy do:**
If I marry you....
- When the time has come to perish
|a|table|row|
|a|table|row|
{{tag>ruby java textile}}