type
status
date
slug
summary
tags
category
icon
password
Markdown is a simple way to format text that looks great on any device. It doesn’t do anything fancy like change the font size, color, or type — just the essentials, using keyboard symbols you already know.
Type | … to Get |
Italic | Italic |
Bold | Bold |
# Heading 1 | # Heading 1 |
## Heading 2 | ## Heading 2 |
 | ㅤ |
> Blockquote | > Blockquote |
* List * List * List | - List- List- List |
1. One 2. Two 3. Three | 1. One2. Two3. Three |
Horizontal rule: --- | --- |
Inline code with backticks | Inline code with backticks |
<br># code block <br>print '3 backticks or' <br>print 'indent 4 spaces' <br> | # code block print '3 backticks or' print 'indent 4 spaces' |
Want to experiment with Markdown?
Try our 10 minute interactive tutorial, or play with the reference CommonMark implementation.
Need more detail?
- Author:Biebie
- URL:http://blog.bietalk.com/article/markdown
- Copyright:All articles in this blog, except for special statements, adopt BY-NC-SA agreement. Please indicate the source!