DopeWars Online
DopeWars Online

The Web's Dopest Game

This is a markdown cheatsheet...

TheTrueOverkillCorner Boyabout 19 hours ago(edited)

Text Emphasis Use asterisks (*) or underscores (_) to format text.

Bold: **bold text** or __bold text__
Italic: *italicized text* or _italicized text_
Bold and Italic: ***bold and italic text*** or ___bold and italic text___
Strikethrough: ~~scratch this~~ 

Lists Lists can be ordered or unordered.

Unordered Lists: Use -, *, or + before each item.
    * First item
    * Second item
        * Unordered sub-list
Ordered Lists: Use any number followed by a period.
    1. First item
    2. Second item
    3. Third item (the actual numbers used do not matter in the rendering) 

Links and Images

Links: Use square brackets for the link text and parentheses for the URL.
    [Anchor Text](https://example.com/)
Images: Add an exclamation mark before the link syntax.
    ![Alt text](image_url.jpg) 

Code

Inline Code: Wrap code with a single backtick (`).
    `code`
Code Blocks: Use three backticks (```) before and after the code block.
Run Away!

Want to join the conversation?

Sign in or create an account to post a reply.