Markdown Syntax
To get URLs/links to open in a new tab instead of navigating away from the current page:
Example:
<a href="https://www.google.com" target="_blank">Click Here!!</a>
Becomes:
Callouts/Admonitions
:::info These do not show up properly on this page because they are specific to MkDocs. :::
!!! note
Test text
Becomes:
Note
Test text
!!! warning
Test text
Becomes:
Warning
Test text
!!! success
Test text
Becomes:
Success
Test text
!!! failure
Test text
Becomes:
Failure
Test text