Documentation: Formatting

This Wiki and Testing

The formatting is http://www.wikicreole.org/

  • Test Bullet
    • Test double bullet

Test Heading

Heading 2

Heading 3

  Example of Pre format text
  <javascript rules/>
  <blink>is a great</blink> <b>tag</b>

  #!/usr/bin/perl
  use warnings;
  if (blah) {
    blah;
  }

Example of direct embedded HTML

First Second
A 3
C 5
B 4
D 2

 <h1>Example HTML</h1>
                <table class="data">
                        <thead>
                                <tr>
                                        <th class="sort">First</th>
                                        <th class="sort">Second</th>
                                </tr>
                        </thead>
                        <tbody>
                                <tr>
                                        <td>A</td>
                                        <td>3</td>
                                </tr>
                                <tr>
                                        <td>C</td>
                                        <td>5</td>
                                </tr>
                                <tr>
                                        <td>B</td>
                                        <td>4</td>
                                </tr>
                                <tr>
                                        <td>D</td>
                                        <td>2</td>
                                </tr>

                        </tbody>
                </table>

Example HTML

First Second
A 3
C 5
B 4
D 2