Markup Comparisons
Atlas Quest supports two different styles for decorating your text: HTML and wiki—each with their own advantages and disadvantages. This page lets you compare and contrast the two, which you can set in your preferences.
| HTML Markup | Wiki Markup | |||||
|---|---|---|---|---|---|---|
| bold | <b>bold</b> | **bold** | ||||
| italics | <i>italics</i> | //bold// | ||||
| underline | <u>underline</u> | __underline__ | ||||
| subscript | <sub>subscript</sub> | ,,subscript,, | ||||
| superscript | <sup>superscript</sup> | ^^superscript^^ | ||||
| monospace | <tt>monospace</tt> | [tt]monospace[/tt] | ||||
| <del>deleted</del> | ---deleted--- | |||||
| <wassa>wassa text!</wassa> | [wassa]wassa text![/wassa] | |||||
| <spoiler>spoiler is here!</spoiler> | [spoiler]spoiler is here![/spoiler] | |||||
| <quote>Quoted text</quote> | {{Quoted text}} | |||||
| Pre-formatted text | <pre>Pre-formatted</pre> | [pre]Pre-formatted[/pre] | ||||
| Horizontal Rule | <hr /> | ---- | ||||
Ordered List
  | <ol> <li>item</li> </ol>  | # item | ||||
Unordered List
  | <ul> <li>item</li> </ul>  | * item | ||||
Header 1 | <h1>Header 1</h1> | + Header 1 | ||||
Header 2 | <h2>Header 2</h2> | ++ Header 2 | ||||
Header 3 | <h3>Header 3</h3> | +++ Header 3 | ||||
Header 4 | <h4>Header 4</h4> | ++++ Header 4 | ||||
Header 5 | <h5>Header 5</h5> | +++++ Header 5 | ||||
Header 6 | <h6>Header 6</h6> | ++++++ Header 6 | ||||
| Named Link: Atlas Quest | <a href="https://www.atlasquest.com">Atlas Quest</a> | [https://www.atlasquest.com Atlas Quest] | ||||
| Unnamed Link: https://www.atlasquest.com | <a href="https://www.atlasquest.com">https://www.atlasquest.com</a> — OR — [https://www.atlasquest.com]  | [https://www.atlasquest.com] | ||||
Image: ![]()  | <img src="https://www.atlasquest.com/i/boxes/attribs/pet-friendly/32.png" alt="Pet Friendly" /> | [img:https://www.atlasquest.com/i/boxes/attribs/pet-friendly/32.png Pet Friendly] | ||||
| Video: | <video src="https://www.walking4fun.com/trails/jordan-trail/videos/pre-celebrate-music.mp4" /> | [video:https://www.walking4fun.com/trails/jordan-trail/videos/pre-celebrate-music.mp4] | ||||
Tables:
  | <table> <tr><td>Row 1, Col 1</td><td>Row 1, Col 2</td></tr> <tr><td>Row 2, Col 1</td><td>Row 2, Col 2</td></tr> </table>  | || Row 1, Col 1 || Row 1, Col 2 || || Row 2, Col 1 || Row 2, Col 2 ||  | ||||
| Blockquote | <blockquote>Text here</blockquote> | [blockquote]Text here[/blockquote] | 

