---title: "Markdown syntax"description: "Text, title, and styling in standard markdown"icon: "text-size"---## TitlesBest used for section headers.```md## Titles```### SubtitlesBest used for subsection headers.```md### Subtitles```<Tip>Each **title** and **subtitle** creates an anchor and also shows up on the table of contents on the right.</Tip>## Text formattingWe support most markdown formatting. Simply add `**`, `_`, or `~` around text to format it.| Style | How to write it | Result || ------------- | ----------------- | --------------- || Bold | `**bold**` | **bold** || Italic | `_italic_` | _italic_ || Strikethrough | `~strikethrough~` | ~strikethrough~ |You can combine these. For example, write `**_bold and italic_**` to get **_bold and italic_** text.You need to use HTML to write superscript and subscript text. That is, add `<sup>` or `<sub>` around your text.| Text Size | How to write it | Result || ----------- | ------------------------ | ---------------------- || Superscript | `<sup>superscript</sup>` | <sup>superscript</sup> || Subscript | `<sub>subscript</sub>` | <sub>subscript</sub> |## Linking to pagesYou can add a link by wrapping text in `[]()`. You would write `[link to google](https://google.com)` to [link to google](https://google.com).Links to pages in your docs need to be root-relative. Basically, you should include the entire folder path. For example, `[link to text](/writing-content/text)` links to the page "Text" in our components section.Relative links like `[link to text](../text)` will open slower because we cannot optimize them as easily.## Blockquotes### SinglelineTo create a blockquote, add a `>` in front of a paragraph.> Dorothy followed her through many of the beautiful rooms in her castle.```md> Dorothy followed her through many of the beautiful rooms in her castle.```### Multiline> Dorothy followed her through many of the beautiful rooms in her castle.>> The Witch bade her clean the pots and kettles and sweep the floor and keep the fire fed with wood.```md> Dorothy followed her through many of the beautiful rooms in her castle.>> The Witch bade her clean the pots and kettles and sweep the floor and keep the fire fed with wood.```### LaTeXMintlify supports [LaTeX](https://www.latex-project.org) through the Latex component.<Latex>8 x (vk x H1 - H2) = (0,1)</Latex>```md<Latex>8 x (vk x H1 - H2) = (0,1)</Latex>```
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。