We use a similar Markdown on our forums and statuses as Reddit's Markdown:
(Blogs use a WYSIWYG editor with HTML code-behind)
you type: | you see: |
# Headline ## Headline 2 ### Headline 3 (Note, Make sure to add a space between the # symbol and your text to prevent a hashtag). |
HEADLINEHEADLINE 2HEADLINE 3 |
*italics* | italics |
**bold** | bold |
[reddit!](https://reddit.com) | reddit! |
* item 1 * item 2 * item 3 |
|
> quoted text |
quoted text |
Lines starting with four spaces are treated like code: if 1 * 2 < 3: print "hello, world!" |
Lines starting with four spaces are treated like code: if 1 * 2 < 3: print "hello, world!" |
~~strikethrough~~ | |
super^script | superscript |
Tagging Users: @redpillschool |
@redpillschool Note: Tagging users will alert them with a notification. Tagging will only work if user has at least read access to the tribe you are tagging them from, and only if they are not blocked or blocking you.. |
Tagging Tribes: /t/theredpill |
/t/theredpill |
Tagging Hashtag: #hashtag |
hashtag |