You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
399 B
16 lines
399 B
4 years ago
|
# demo for reference of md or image for relative path
|
||
|
|
||
|
if you want to reference to another md, the path can be written in the format of relative path under the circumstance of file system.
|
||
|
click here: [demo1.md](./demo1.md)。
|
||
|
|
||
|
the same is to image.
|
||
|
![](./img/brhtqqzh.jpeg)
|
||
|
|
||
|
# demo for math typesetting(katex)
|
||
|
|
||
|
$E = mc^2$
|
||
|
|
||
|
$$x = a_{1}^n + a_{2}^n + a_{3}^n$$
|
||
|
|
||
|
$$\sqrt[3]{X}$$
|
||
|
$$\sqrt{5 - x}$$
|