TencentCloudBase / blog

腾讯·CloudBase团队博客

Home Page:https://cloudbase.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

「BUG」Irregular format document

dongyuanxin opened this issue · comments

@lidongyx
问题1: 请检查 /docs/开发者活动/ 下的文档,不要直接从工具上复制HTML源码。请使用标准的markdown格式。

例如 点击事件.md 这篇文档,下面的代码根本无法被识别高亮。

<pre class="lang:js decode:true ">navigateBack() {
    wx.navigateBack({
        delta: 1
    })
},</pre>

问题2: FrontMatter请按照规范