I created a printable PDF cheatsheet for markdown, in case you aren't familiar with it. This is all tested to be features that work here at SN, examples in action are below. There may be more than these that work. Here is a link to the pdf so you can download and print.
SN Specific:
Stackers can tag other stackers with the @ symbol like this:
@snStackers can also refer to different territories with the ~ symbol like this:
~jobsHeading:
Use this syntax:
# H1
## H2
### H3Prints out like this:
H1H1
H2H2
H3H3
Bold:
Use this syntax:
**bold text**Prints out like this:
bold textPrints out like this:
bold text
Italic:
Use this syntax:
*italicized text*Prints out like this:
italicized textPrints out like this:
italicized text
Link:
Use this syntax:
[title](https://www.example.com)Prints out like this:
titlePrints out like this:
title
Blockquote:
Use this syntax:
> blockquotePrints out like this:
blockquote
Code:
Use this syntax:
`code`Prints out like this:
codePrints out like this:
code
Ordered List:
Use this syntax:
1. First item
2. Second item
3. Third itemPrints out like this:
- First item
- Second item
- Third item
Unordered List:
Use this syntax:
- First item
- Second item
- Third itemPrints out like this:
- First item
- Second item
- Third item
Horizontal Rule:
Use this syntax:
---Prints out like this:Prints out like this:
Table:
Use this syntax:
| Syntax | Description |
| ----------- | ----------- |
| Header | Title |
| Paragraph | Text |Prints out like this:
| Syntax | Description |
| Header | Title |
| Paragraph | Text |
Fenced Code Block:
Use this syntax:
https://ucantdothat.net/wp-content/uploads/2024/03/1.png
Prints out like this:
{
"firstName": "John",
"lastName": "Smith",
"age": 25
}Strikethrough:
Use this syntax:
~~The world is flat.~~Prints out like this:
The world is flat.Prints out like this:
The world is flat.
Task List:
Use this syntax:
- [x] Write the press release
- [ ] Update the website
- [ ] Contact the mediaPrints out like this:
- Write the press release
- Update the website
- Contact the media
Image:
Use this syntax:
Prints out like this:
Prints out like this:
https://ucantdothat.net/wp-content/uploads/2024/02/Notable-Pepe-Eyes.jpg
Footnote:
Use this syntax:
Here's a sentence with a footnote. [^1]
[^1]: This is the footnote.Prints out like this:
Here's a sentence with a footnote. [1]
This is the footnote. ↩
I was just thinking about the post that @Natalia (I think...) did about all this.
Got to lift my writing game to get those sats!
or use this amazing tool https://typora.io/
Nice work. Simply put, Markdown is a powerful alternative to HTML for crafting written content that can be easily shared online, kept in a notes app, or exported to other formats. Working on it for SN, is really great.
Hm, that'll come in damn diddely-do handy! Thanks.Hm, that'll come in damn diddely-do handy! Thanks.
deleted by author