Skip to content

Commit 64a1e75

Browse files
committed
Add equation docs
1 parent ff1e4ab commit 64a1e75

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

_docs/student/communication/markdown.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,12 @@ Then use the standard markdown syntax show below:
112112
113113
```
114114
115+
* **Equations**
116+
To add an equation, use dollar signs or `\(` and `\)` to enclose the equation. For example:
117+
118+
```
119+
$E = mc^2$
120+
\(E = mc^2\)
121+
```
122+
115123
For more information, see also: [Markdown Guide](https://www.markdownguide.org/)

0 commit comments

Comments
 (0)