Hexo 撰寫技巧 - 增加醒目提醒區塊增加可讀性 發表於 2018-08-18 更新於 2024-12-15 分類於 Hexo 架設相關 這東西叫做 Bootstrap Callout 範例 使用教學在 NexT 官方文檔 中也有提到這個使用方式,而且在 note 當中是支援 md 寫法的,也就是說可以加入字級、粗體等等,不過旁邊得導航會亂掉就是了… 123456{% note default %} 內容 {% endnote %}{% note primary %} 內容 {% endnote %}{% note success %} 內容 {% endnote %}{% note info %} 內容 {% endnote %}{% note warning %} 內容 {% endnote %}{% note danger %} 內容 {% endnote %} 預設 主要 成功 資訊 警告 危險