Basic Markdown usage
I. Introduction to Markdown
Markdown is a lightweight markup language. It has many advantages and is widely used by more and more writers. Do not be confused by the "mark" or "language". The Markdown syntax is very simple. There are no more than 10 commonly used markup symbols. Compared with the more complex HTML markup language, Markdown is very lightweight and does not require much learning cost, once you are familiar with this syntax rule, it will have a permanent effect.
Ii. Use Markdown
For Windows, you can choose markdownpad as the markdown editor. It is said that you can also output pdf files. For Linux, we recommend that you use sublime. I have used Ubuntu to achieve very good results. It can be output in html format, or you can open a browser to view it through the editor. Installing sublime first and then selecting
Preference --> plug-in control --> Install Packages wait a moment and an output box is displayed. You can enter Markdown Editting for installation, and then enter Markdown Preview for installation.
Use LiteIDE to write Markdown documents
Remarkjs: Use Markdown for slides
New features of the Markdown editor CuteMarkEd
Markdown syntax description
Installation of Markdown in Linux and common syntax
Insert mathematical formula in Markdown
3. Basic Markdown syntax
Font format
* Italic *
** Bold **
'Important font'
> Reference
Below is the title format
# Title 1
# Title 2
### Title 3
Below is the unordered list
-List
-List
-Sublist
-Sublist
+ List
+ List
+ List
+ List
+ List
+ List
* List
* List
* List
* List
* List
* List
* List
Ordered list
1. ordered list
2. ordered list
3. ordered list
Connection
[This is Baidu connection] (http://baidu.com)
! [This is an image] (