Supported Paragraph HTML Tags

You can use the following paragraph HTML tags in topics:

Name Example Result
Heading 1: <h1>Breaking News</h1>

Breaking News

Heading 2: <h2>Cat Rescued From Tree</h2>

1 Cat Rescued From Tree

Description List: <dl> <dt>Celery</dt> <dd>as a diuretic</dd> <dt>Arnica</dt> <dd>Anti-inflammatory</dd> </dl>
Celery
as a diuretic
Arnica
Anti-inflammatory
Description Term: See description list See description list
Description Data: See description list See description list
Unordered List: <ul> <li>10 Eggs</li> <li>60g Gruyère</li> </ul>
  • 10 Eggs
  • 60g Gruyère
Ordered List: <ol> <li>Ayrton Senna</li> <li>Niki Lauda</li> </ol>
  1. Ayrton Senna
  2. Niki Lauda
List Item: See unordered and ordered list See unordered and ordered list
Centered: Pythagoras: <center>a^2 + b^2 = c^2</center> Pythagoras:
a^2 + b^2 = c^2
Table: <table class="rowtable"> <tr class="headrow"> <th>Heading 1</th> <th>Heading 2</th> </tr> <tr class="normrow"> <td>Content 11</td> <td>Content 12</td> </tr> <tr class="oddrow"> <td>Content 21</td> <td>Content 22</td> </tr> </table>
Heading 1 Heading 2
Content 11 Content 12
Content 21 Content 22
Table Row: See table See table
Table Heading: See table See table
Table Content: See table See table

Kommentare