Files
SOP/sop-website/sop-portal/docs/zh-cn/demo2.md
tanghc 6ab696dfaf - 新增ISV用户平台
- 新增门户网站(portal)
- 新增`C++`,`Rust`语言SDK
2020-11-07 10:55:12 +08:00

18 lines
578 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 文档之间跳转、图片引用的示例
文档之间的跳转链接按照文件目录之间的相对关系配置即可,推荐在同一语言目录下的不同文件夹间跳转,以缩短配置路径。
点击跳转: [demo1.md](./demo1.md)。
图片的引用,支持绝对引用和相对引用,如果是相对引用,同文档之间的相互引用一样,是按照文件之间的相对路径进行处理的。比如
![](./img/brhtqqzh.jpeg)
# 数学公式的使用katex
$E = mc^2$
$$x = a_{1}^n + a_{2}^n + a_{3}^n$$
$$\sqrt[3]{X}$$
$$\sqrt{5 - x}$$