add content

This commit is contained in:
Carsten Haitzler 2015-04-01 11:06:30 +09:00
parent f646825fe8
commit 1f14b1346f
2 changed files with 58 additions and 0 deletions

BIN
media/goat.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 MiB

58
pages/start.txt Normal file
View File

@ -0,0 +1,58 @@
====== Level 1 Headline ======
Paragraph here
===== Level 2 Headline =====
Paragraph here
==== Level 3 Headline ====
Paragraph here
=== Level 4 Headline ===
Paragraph here
== Level 5 Headline ==
A horizontal rule goes below.
----
This is the first paragraph of the page. We should test a long one to see how wrapping and other formatting works with it. **Bold Text** works. //Italic Text// also works. __Underlined Text__ is fine as well. ''Monospaced Text'' is there too. <del>Strike-through Text</del> is also not a problem.
- Ordered List Item
- Item 2
- Last item
* Unordered List Item
* Item 2
* Third item
* Last item
An external link like: [[http://example.com|External Link]] would go here.
And here is an inlined image, centered and scaled to 100px wide.
{{ :goat.gif?nolink&100 |}}
Sample code snippets and hilights
<code c>
typedef struct blah Blah;
int c;
void function(char *blah) {
double x;
x = 10;
}
</code>
<code lua>
function hello(x)
local y
end
</code>
This should become a link to the [[start]] page. How about the [[blah]] page too.