Markdown段落

来自泡泡学习笔记
BrainBs讨论 | 贡献2023年7月19日 (三) 06:47的版本 (创建页面,内容为“要创建段落,请使用空白行将一行或多行文本进行分隔。 Markdown语法 I really like using Markdown. I think I'll use it to format all of my documents from now on. <pre> HTML <p>I really like using Markdown.</p> <p>I think I'll use it to format all of my documents from now on.</p> </pre>”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳到导航 跳到搜索

要创建段落,请使用空白行将一行或多行文本进行分隔。

Markdown语法	
I really like using Markdown.

I think I'll use it to format all of my documents from now on.	
HTML
<p>I really like using Markdown.</p>

<p>I think I'll use it to format all of my documents from now on.</p>