diff --git a/overview.mdx b/overview.mdx index a89a324..d2ace0e 100644 --- a/overview.mdx +++ b/overview.mdx @@ -12,6 +12,12 @@ Best used for section headers. ## Titles ``` + + +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. + + + ### Subtitles Best used for subsection headers. @@ -22,7 +28,7 @@ Best used for subsection headers. -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. @@ -45,7 +51,7 @@ You need to use HTML to write superscript and subscript text. That is, add `superscript` | superscript | | Subscript | `subscript` | subscript | -## 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).