From 64a1e753d5590eaea115ebc98d189d9e8896f3da Mon Sep 17 00:00:00 2001 From: Alex Lavallee <73203142+lavalleeale@users.noreply.github.com> Date: Fri, 8 Aug 2025 13:49:07 -0400 Subject: [PATCH 1/2] Add equation docs --- _docs/student/communication/markdown.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/_docs/student/communication/markdown.md b/_docs/student/communication/markdown.md index 1e16b554..0894bdfd 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, 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/) From ff5394e7a859cb1786db5f0199a5fce4f4333c57 Mon Sep 17 00:00:00 2001 From: Barb Cutler Date: Sat, 9 Aug 2025 16:32:42 -0400 Subject: [PATCH 2/2] Update markdown.md --- _docs/student/communication/markdown.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/student/communication/markdown.md b/_docs/student/communication/markdown.md index 0894bdfd..0b81a6d6 100644 --- a/_docs/student/communication/markdown.md +++ b/_docs/student/communication/markdown.md @@ -113,7 +113,7 @@ Then use the standard markdown syntax show below: ``` * **Equations** - To add an equation, use dollar signs or `\(` and `\)` to enclose the equation. For example: + To add an equation using LaTeX, use dollar signs or `\(` and `\)` to enclose the equation. For example: ``` $E = mc^2$