Skip to content

Commit 79214bf

Browse files
[Documentation:Forum] Add markdown equation docs (#704)
There previously were not any docs explaining adding equations to markdown after the feature was added in Submitty/Submitty#11931. This PR adds docs explaining how to embed an equation in any markdownarea on Submitty. --------- Co-authored-by: Barb Cutler <[email protected]>
1 parent 53859f9 commit 79214bf

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 using LaTeX, 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)