当前位置:网站首页>Markdown skill tree (2): paragraph and emphasis
Markdown skill tree (2): paragraph and emphasis
2022-06-29 07:23:00 【programmer_ ada】
Markdown The skill tree (2): Paragraph and emphasis
stay Markdown in , A paragraph is composed of more than one connected line , More than one blank line will cut out different paragraphs , General paragraphs do not need to be indented with white space or newline .
Blank lines are defined as lines that appear blank on the display , Will be regarded as a blank line .
such as , If a line contains only white space
andtab``, Then the line will also be treated as a blank line
「 More than one connected line form 」 This sentence actually implies Markdown Allow forced line breaks within paragraphs , This feature and most of the other text-to-HTML The format is different ( Include MovableType Of 「Convert Line Breaks」 Options ), Other formats turn every newline into <br /> label .
This means that Markdown in , If you need to display a paragraph as a paragraph , You need to ensure that there is at least one blank line above and below the paragraph , such as :
Here is paragraph one
This is paragraph two
This text is in Markdown Will be displayed as a line :
Here is paragraph one
This is paragraph two
If you need to wrap a paragraph , You can use more than two spaces plus a carriage return , such as :
Here is paragraph one
This is paragraph two
Here is paragraph one
This is paragraph two
Of course , You can also use a blank line after a paragraph to start a new paragraph , such as :
Here is paragraph one
This is paragraph two
Here is paragraph one
This is paragraph two
Besides , You can also choose to add... At the end of the first line <br> Line break , such as :
Here is paragraph one <br>
This is paragraph two
It will be displayed in two paragraphs :
Here is paragraph one
This is paragraph two
emphasize
Markdown Use the asterisk * And the underline - A sign used as a mark to emphasize words .
Italics
stay Markdown in , Put the content in * or _ Wrap it up , Surrounded words will be converted into Tag around , It will be displayed. Italics , such as :
* Here is the italicized content 1*
_ Here is the italicized content 2_
Will be displayed as
Here is the italicized content 1
Here is the italicized content 2
<em> Here is the italicized content 1</em>
<em> Here is the italicized content 2</em>
It should be noted that :
- What symbol is used to open the label , It's going to end with something
*and_There are blanks on both sides , They will only be regarded as common symbols- If you want to insert ordinary asterisks or underscores directly before and after the text , You can use backslashes
\* \_
bold
With two * or _ Wrap it up , Will be converted to , for example :
** Here is the bold text 1**
__ Here is the bold text 2__
Will be displayed as
Here is the bold text 1
Here is the bold text 2
<strong> Here is the italicized content 1</strong>
<strong> Here is the italicized content 2</strong>
Delete line
You can also use two ~ To add Delete line , for example :
~~ This content was deleted ~~
Will be displayed as
This content was deleted
<del> This content was deleted </del>
Summary
Let's review Paragraph and emphasis The knowledge of it :
- Paragraph wrap
- Emphasized grammar , Include Italics In bold as well as
Delete line
边栏推荐
- [answer all questions] CSDN question and answer function evaluation
- 消息队列之通过幂等设计和原子锁避免重复退款
- Redis (V) of NoSQL database: redis_ Jedis_ test
- IMX6DL4.1.15支持EIM总线(下)——配置原理分析。
- 软件工程师与软件开发区别? Software Engineer和Software Developer区别?
- LeetCode_ Dynamic programming_ Medium_ 91. decoding method
- uva10635
- [qnx hypervisor 2.2 user manual]6.2.1 communication between guests
- How to select CRM brand suppliers in garment industry?
- Introduction to Ceres Quartet
猜你喜欢

Unexpected exception ... code: Badrequest when downloading Xilinx 2018.2

Redis (4) of NoSQL database: redis new data type

IMX6DL4.1.15支持EIM总线(下)——配置原理分析。

NoSQL数据库之Redis(四):Redis的发布和订阅

JDBC connects to the database and socket sends the client.

To: Hou Hong: the key to enterprise digital transformation is not technology, but strategy

The meaning and calculation method of receptive field

Message queue batch processing refund order through queue

Introduction to NoSQL database

The realization of changing pop-up background at any time
随机推荐
What are the conditions for a high-quality public chain?
Redis (4) of NoSQL database: redis new data type
To: Hou Hong: the key to enterprise digital transformation is not technology, but strategy
LeetCode_ Dynamic programming_ Medium_ 91. decoding method
微信小程序学习笔记(暑假)
JDBC connects to the database and socket sends the client.
Method of changing host name (permanent)
Markdown 技能树(7):分隔线及引用
Domestic code hosting center code cloud
[QNX Hypervisor 2.2用户手册]6.2.1 Guest之间通信
Testing grpc service with grpcui
Markdown 技能树(4):链接
How to fix Error: Failed to download metadata for repo ‘appstream‘: Cannot prepare internal mirrorli
消息队列之通过幂等设计和原子锁避免重复退款
利用IPv6實現公網訪問遠程桌面
利用Jsonp跨域请求数据
Oscilloscope symbols
示波器 符号
Introduction to NoSQL database
期末总结——Spark