在markdown中使用html


使用鏡像:

<iframe src="" width="800" height="600"></iframe>
<embed src="" width="800px" height="600px">
推薦使用第二種,第二種渲染的更加豐富!!!

使用字體

<!-- 在-----中替換文本--!>
<link href="-----" rel="stylesheet">
<h2 style="font-family:-----,normal;font-size:-----px;color:-----" <h2> Love You </h2>
Love You

注釋

<!-- html注釋 -->

基本語法

<b>加粗</b>
<strong>加粗</strong>
<i>傾斜</i>.
<em>傾斜</em>
<u>下划線</u>
<ins>下划線</ins>
<s>刪除線</s>
<del>刪除線</del>

加粗
加粗
傾斜
傾斜
下划線
下划線
刪除線
刪除線

音頻

<div class="video">
<iframe src="地址" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"> </iframe>
</div>

視頻

<div class="music">
<iframe src="地址" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"> </iframe>
</div>

代碼折疊

<details>
<summary>摘要</summary>

```c++```

</details>


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM