basic syntax instructions, not nice yet
This commit is contained in:
parent
d2fc219ac2
commit
8d5ba3cbd6
1 changed files with 16 additions and 4 deletions
|
@ -12,10 +12,22 @@
|
||||||
now = datetime.datetime.now()
|
now = datetime.datetime.now()
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<p><form action="generate" method="GET">
|
<p><i><a href="../../${static_url}" title="static website">show tycker website</a></i></p>
|
||||||
<input type="submit" value="Generate" />
|
|
||||||
<i><a href="../../${static_url}" title="static website">static website</a></i>
|
<p>The content may be written in <a href="http://www.wikicreole.org/imageServlet?page=CheatSheet%2Fcreole_cheat_sheet.png" target="_blank">wikicreole syntax</a>. Here are some examples:</p>
|
||||||
</form></p>
|
|
||||||
|
<dl>
|
||||||
|
<dt><strong>accentuation</strong></dt>
|
||||||
|
<dd>//italics// --> <em>italics</em></dd>
|
||||||
|
<dd>**bold** --> <strong>bold</strong></dd>
|
||||||
|
<dt><strong>linking</strong></dt>
|
||||||
|
<dd>Link to [[page]] --> Link to <a href="https://systemausfall.org">page</a></dd>
|
||||||
|
<dd>[[URL|linkname]] --> <a href="systemausfall.org">linkname</a></dd>
|
||||||
|
<dt><strong>headings</strong></dt>
|
||||||
|
<dd>== Large heading</dd>
|
||||||
|
<dd>=== Medium heading</dd>
|
||||||
|
<dd>==== Small heading</dd>
|
||||||
|
</dl>
|
||||||
|
|
||||||
<table border="1">
|
<table border="1">
|
||||||
<tr><th>Timestamp</th><th>Title</th><th>Content</th></tr>
|
<tr><th>Timestamp</th><th>Title</th><th>Content</th></tr>
|
||||||
|
|
Loading…
Reference in a new issue