TMarkdown Samples

Formatting text and code:

PRADO Markdown Test

Some text and a list:

  • item 1
  • item 2

Now, some code:

public function test() { // comment echo "look me i'm colorful"; }