Playground
This is a place to experiment with the theme, and Markdown rendering.
This page is ugly on purpose… (almost).
Technical
1 | // Testing some code display. To be highlighted later. |
Typography
Paragraphs and lists
A simple paragraph. Followed by an ordered list (OL).
- One
- Two
- Three
Can have paragraph inside, too.
Then an unordered list. (UL)
- One
- Two
- Three
Here too, can have paragraph inside, too.
And a simple regular paragraph to conclude.
Inline code
We can have code in a paragraph: var p = _.find(persons, { name: Bond', surname: 'James' });
and even more.
Quote
Let’s try a quote:
Java is a simple language to learn and Java code is easy to read and understand. Java provides a level of typesafety that is appropriate for business computing and enables sophisticated tooling with features like refactoring support, code completion, and code navigation. Ceylon aims to retain the overall model of Java, while getting rid of some of Java's warts, and improving upon Java's facilities for creating abstractions and writing generic libraries and frameworks.
From the Ceylon Language Specification
Tables
Now, with tables (thead, tfoot, and tbody)
First Header | Second Header | Last Header |
---|---|---|
Footer on Left | Footer on Middle | Footer on Right |
Body content 1.1 | Body content 2.1 | Body content 3.1 |
Body content 1.2 | Body content 2.2 | Body content 3.2 |
Body content 1.3 | Body content 2.3 | Body content 3.3 |