pull down to refresh
**bold text**
*italic text*
~~strikethrough~~
**_bold and italic_**
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.
:smile:
1. First item
2. Second item
- First item
- Second item
- First nested item
[OpenAI](https://www.openai.com)

`code`
```python `code` ```
> 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>
Dr. Stacker's Ultimate Markdown Guide 🚀
Table of Contents
Text Formatting
**bold text***italic text*Strikethrough:~~strikethrough~~**_bold and italic_**.Lists
Ordered List
Unordered List
Nested List
Links and Images
Code
codewith backticks.Tables
:---,:---:,---:for left, center, and right alignment.Blockquotes
Footnotes
Task Lists
Emoji Support
: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` ```> 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>Footnotes
code. ↩