Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions _docs/student/communication/markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Loading