You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by su...@apache.org on 2020/12/02 13:34:09 UTC

[incubator-echarts-doc] 01/06: chore: tweak guide in README.md

This is an automated email from the ASF dual-hosted git repository.

sushuang pushed a commit to branch next
in repository https://gitbox.apache.org/repos/asf/incubator-echarts-doc.git

commit a1010efcb593ee4726633630c6119629bf63fc5d
Author: 100pah <su...@gmail.com>
AuthorDate: Wed Dec 2 19:59:49 2020 +0800

    chore: tweak guide in README.md
---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
index 56531be..5352929 100644
--- a/README.md
+++ b/README.md
@@ -57,6 +57,11 @@ A `~` can be used to refer to a option item in the same doc. For example:
 [xAxis.name](~xAxis.name)
 ```
 
+If intending to reference an anchor in different doc, it can be:
+```md
+[itemStyle](option.html#series.itemStyle)
+```
+
 #### Notes:
 
 1. Formatter will treat {{use}} as a block. So don't use it **inline**.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org