Markdown方言( hope )
约 341 字大约 1 分钟
Markdown方言( hope )
1 提示信息
important
info
note
tip
warning
caution
details
2 Emoji表情
经典: :wink: :cry: :laughing: :yum:
简写: 8-) :) :* :( :-) :-( ;)s
效果:
😉 😢 😆 😋
😎 😃 😗 😦 😃 😦 😉
3 字体颜色
3.1 徽章重要
class="vp-badge info"
class="vp-badge danger"
class="vp-badge note"
class="vp-badge tip"
class="vp-badge warning"
top构建中 middle新 baselineMrHope bottomMrHope
<span class="vp-badge info">支持页面配置</span>
<Badge text="构建中" type="warning" vertical = "top"/>
<Badge text="新" type="tip" vertical = "middle"/>
<Badge text="MrHope" type="info" vertical = "baseline"/>
<Badge text="MrHope" color="grey" vertical = "bottom"/>
3.2 更改字体、大小、颜色
<font face="黑体">我是黑体字</font>
<font face="微软雅黑">我是微软雅黑</font>
<font face="STCAIYUN">我是华文彩云</font>
<font color=red>我是红色</font>
<font color=#008000>我是绿色</font>
<font color=Blue>我是蓝色</font>
<font size=5>我是尺寸</font>
<font face="黑体" color=green size=5>我是黑体,绿色,尺寸为5</font>
效果