Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ Best used for section headers.
## Titles
```

<Tip>

Normally the title would have a single hashtag, but that represents an h1, and that is taken up by the title in the front matter.
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this correct?


</Tip>

### Subtitles

Best used for subsection headers.
Expand All @@ -22,7 +28,7 @@ Best used for subsection headers.

<Tip>

Each **title** and **subtitle** creates an anchor and also shows up on the table of contents on the right.
Each **title** and **subtitle** creates an anchor and also shows up on the table of contents on the left.

</Tip>

Expand All @@ -45,7 +51,7 @@ You need to use HTML to write superscript and subscript text. That is, add `<sup
| Superscript | `<sup>superscript</sup>` | <sup>superscript</sup> |
| Subscript | `<sub>subscript</sub>` | <sub>subscript</sub> |

## Linking to pages
## Linking

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).

Expand Down