Commit aaa55ba 1 parent fdcb8cd commit aaa55ba Copy full SHA for aaa55ba
File tree 1 file changed +6
-2
lines changed
userguide/content/en/docs/adding-content/diagrams-and-formulae
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -29,11 +29,15 @@ The following code sample produces an introductory text line followed by a formu
29
29
30
30
``` tex
31
31
The probability of getting \\(k\\) heads when flipping \\(n\\) coins is:
32
- $$\tag*{(1)} P(E) = {n \choose k} p^k (1-p)^{n-k}$$
32
+ $$
33
+ \tag*{(1)} P(E) = {n \choose k} p^k (1-p)^{n-k}
34
+ $$
33
35
```
34
36
35
37
The probability of getting \\ (k\\ ) heads when flipping \\ (n\\ ) coins is:
36
- $$ \tag*{(1)} P(E) = {n \choose k} p^k (1-p)^{n-k} $$
38
+ $$
39
+ \tag*{(1)} P(E) = {n \choose k} p^k (1-p)^{n-k}
40
+ $$
37
41
38
42
You can also use [ GLFM's math blocks] ( https://docs.gitlab.com/ee/user/markdown.html#math ) (requires hugo 0.93 or newer):
39
43
```` markdown
You can’t perform that action at this time.
0 commit comments