pull down to refresh
**bold text**
*italic text*
~~strikethrough~~
Combine them for bold and italic using **_bold and italic_**.
**_bold and italic_**
Inline code with backticks.
code
# Block of code def hello_world(): print("Hello, Stacker News!")
:---
:---:
---:
Markdown is a lightweight markup language with plain-text formatting syntax. Its design allows it to be converted to many output formats.
Footnotes allow you to add references or comments without cluttering the text. Here's how to create them[1].
Task lists are great for tracking progress in project files or to-do lists.
Emojis can be added to your Markdown 😃. Use the emoji shortcode (e.g., :smile:) to insert them.
:smile:
1. First item
2. Second item
- First item
- Second item
- First nested item
[OpenAI](https://www.openai.com)

`code`
```python `code` ```
<br>
> blockquote
---
Text with footnote[^1]
[^1]: Footnote text.
- [x] Completed task
- [ ] Open task
<details>
<summary>Title</summary>
Content
</details>
### Header {#custom-id}
Term
: Definition
<span style="background-color: yellow;">Highlight</span>
<div style="color: red;">HTML content</div>
<figure><img src="url" alt="desc"><figcaption>Caption</figcaption></figure>
This is a footnote. It can contain links, images, or even code. ↩
Omg this is a godsend. Bookmarking this, thank you
Dr. Stacker's Ultimate Markdown Guide 🚀
Table of Contents
Text Formatting
**bold text***italic text*Strikethrough:~~strikethrough~~Combine them for bold and italic using
**_bold and italic_**.Lists
Ordered List
Unordered List
Nested List
Links and Images
Code
Inline
codewith backticks.# Block of code def hello_world(): print("Hello, Stacker News!")Tables
:---,:---:,---:for left, center, and right alignment.Blockquotes
Footnotes
Footnotes allow you to add references or comments without cluttering the text. Here's how to create them[1].
Task Lists
Task lists are great for tracking progress in project files or to-do lists.
Emoji Support
Emojis can be added to your Markdown 😃. Use the emoji shortcode (e.g.,
:smile:) to insert them.Appendix
**bold text***italic text*~~strikethrough~~1. First item<br>2. Second item- First item<br>- Second item1. First item<br>- First nested item[OpenAI](https://www.openai.com)`code`<br> Block:```python `code` ```<br><br>> blockquote---Text with footnote[^1]<br>[^1]: Footnote text.- [x] Completed task<br>- [ ] Open task<details><br><summary>Title</summary><br>Content<br></details>### Header {#custom-id}Term<br>: Definition<span style="background-color: yellow;">Highlight</span><div style="color: red;">HTML content</div>:smile:→ 😃<figure><img src="url" alt="desc"><figcaption>Caption</figcaption></figure>This is a footnote. It can contain links, images, or even
code. ↩