From 33240056fb3bc79759c245cb327c7dedd987bc49 Mon Sep 17 00:00:00 2001 From: Sjlei <34293221+sjlei@users.noreply.github.com> Date: Thu, 1 Nov 2018 17:11:48 +0800 Subject: [PATCH] Update helpers.md (#4) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新“Customise ID for headings”的中文文档 --- helpers.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/helpers.md b/helpers.md index eab5cbc..3e230a2 100644 --- a/helpers.md +++ b/helpers.md @@ -80,3 +80,9 @@ docsify 扩展了一些 Markdown 语法,可以让文档更易读。 ![logo](https://docsify.js.org/_media/icon.svg ':size=50x100') ![logo](https://docsify.js.org/_media/icon.svg ':size=100') + +## 设置标题的 id 属性 + +```md +### 你好,世界! :id=hello-world +```