CVS update: /cowiki/

[email protected] 3 Apr 2005 15:44:54 -0000
Newsgroups gmane.comp.php.cowiki.cvs
Message-ID <[email protected]>
User: cmarble 
Date: 05/04/03 08:44:54

Added:
 /cowiki/
  TEST.COWIKI.IDIOM

Log:
 Just a start. Comments, please?

File Changes:

Directory: /cowiki/
===================

File [added]: TEST.COWIKI.IDIOM
Url: http://cowiki.tigris.org/source/browse/cowiki/TEST.COWIKI.IDIOM?rev=1.1&content-type=text/vnd.viewcvs-markup
Added lines: 84
---------------
* <sub>subscript</sub> <sup>superscript</sup>
* ((http://www.sqlite.org/)(www.sqlite.org))
* *H*yper/T/ext _T_ransfer *P*rotocol
<pre>$_SERVER['DOCUMENT_ROOT'] and '//includes//'</pre>
<code>$_SERVER['DOCUMENT_ROOT'] and '//includes//'</code>

**Emphasis** //Italics// __Underlined__ --Struckout--

**//EmIt//** //**ItEm**//

**__EmUn__** __**UnEm**__

<right>//__ItUn__// __//UnIt//__
//**__ItEmUn__**// //__**ItUnEm**__//
</right>

**--__EmStUn__--** --//__StItUn__//--

--//**StItEm**//-- --**//StEmIt//**--

**blah blah blah set-piece blah blah malt-whiskey blah blah**

**Emphasis<noop>**</noop>StillEmphatic**
# **Li<noop>**</noop>st**
# List

* <sub>**sub**script</sub> <sup>//super//script</sup>

* List
 * --__Sub-item__--
 * ...
* numbered list
 # sub-item
 # second
 # third
 # ...

Double-emphatic, e.g. ---- users must be careful.

They are regenerated as a special case, and will be magnified if contained within noop that doesn't touch the doubled character on either side.


<table>
|+ Caption
|-
| multi
line
|-style="text-align:right"
| td2|| td3
</table>

<table irrelevant="true">
|-
| Cell 1, row 1 
|rowspan=2|
* list
* list2
| Cell 3, row 1 
|- 
| content
| Cell 3, row 2 
</table>


<table border="1" cellpadding="2">
|+Multiplication table
|-
! x !! 1 !! 2 !! 3
|-
! 1
| 1 || 2 || 3
|-
! 2
| 2 || 4 || 6
|-
! 3
| 3 || 6 || 9
|-
! 4
| 4 || 8 || 12
|-
! 5
| 5 || 10 || 15
</table>