diff --git a/_docs/student/communication/markdown.md b/_docs/student/communication/markdown.md index 1e16b554..0b81a6d6 100644 --- a/_docs/student/communication/markdown.md +++ b/_docs/student/communication/markdown.md @@ -112,4 +112,12 @@ Then use the standard markdown syntax show below: ``` +* **Equations** + To add an equation using LaTeX, use dollar signs or `\(` and `\)` to enclose the equation. For example: + + ``` + $E = mc^2$ + \(E = mc^2\) + ``` + For more information, see also: [Markdown Guide](https://www.markdownguide.org/)