Skip to content

Commit 212df6f

Browse files
committed
Documentation edits made through Mintlify web editor
1 parent 1691795 commit 212df6f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

text.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ You need to use HTML to write superscript and subscript text. That is, add `<sup
4747

4848
You can add a link by wrapping text in `[]()`. You would write `[link to google](https://google.com)` to [link to google](https://google.com).
4949

50-
Links to pages in your docs need to be root-relative. Basically, you should include the entire folder path. For example, `[link to text](/content/text)` links to the page ["Text"](/content/text#linking-to-pages) in our components section.
50+
Links to pages in your docs need to be root-relative. Basically, you should include the entire folder path. For example, `[link to text](/text)` links to the page ["Text"](/text#linking-to-pages) in our components section.
5151

5252
Relative links like `[link to text](../text)` will open slower because we cannot optimize them as easily.
5353

@@ -79,13 +79,15 @@ To create a blockquote, add a `>` in front of a paragraph.
7979

8080
### LaTeX
8181

82-
Mintlify supports in-line [LaTeX](https://www.latex-project.org) by surrounding your LaTeX code with dollar signs ($). For example, `$(a^2 + b^2 = c^2)$` will render as $$(a^2 \+ b^2 = c^2)$$
82+
Mintlify supports in-line [LaTeX](https://www.latex-project.org) by surrounding your LaTeX code with dollar signs ($$). For example, \`$$
83+
84+
(a^2 \+ b^2 = c^2)$\` will render as $$(a^2 \\\+ b^2 = c^2)$$
8385

8486
.
8587

8688
Equations on their own line can be created with double dollar signs ($$):
8789

88-
$$\\exists \\, x \\notin [0,1]$$
90+
$$\\\\exists \\\\, x \\\\notin [0,1]$$
8991

9092
```md
9193
$$\exists \, x \notin [0,1]$$

0 commit comments

Comments
 (0)