Skip to main content

Markdown links

There are two ways of adding a link to another page: through a URL path or a file path.

- [URL path to another document](./installation)
- [file path to another document](./installation.mdx)

In the CMS you can add a link from the pasteboard by selecting a section of text and pasting it.

You can also highlight a section of text and click the Link icon to add a path.

Or you can place the cursor where you want the link to appear, click the icon and enter the path and the display text.

For more information on links refer to Markdown links in the Docusaurus documentation.

Related topics

  • AdmonitionsHandling admonitions/callouts in docStatic.
  • CommentsAdd invisible comments to Markdown files.
  • Context-sensitive helpUsing anchor tags to provide conditional sensitive help.
  • Head metadataDeclaring page-specific head metadata through MDX.
  • Related TopicsAutomatically generate links to related content based on shared taxonomy tags.
  • Code blocks and snippetsHandling code blocks in docStatic.
  • CALS TablesUsing CALS tables in docStatic, including merged cells, column widths and border control.