Markdown换行语法

来自泡泡学习笔记
BrainBs讨论 | 贡献2023年7月19日 (三) 07:27的版本 (创建页面,内容为“在一行的末尾添加两个或多个空格,然后按回车键,即可创建一个换行。 Markdown语法 This is the first line. And this is the second line. <pre> HTML <p>This is the first line.<br> And this is the second line.</p> </pre>”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳到导航 跳到搜索

在一行的末尾添加两个或多个空格,然后按回车键,即可创建一个换行。

Markdown语法	
This is the first line.  
And this is the second line.	
HTML
<p>This is the first line.<br>
And this is the second line.</p>