Skip to content

Markdown Syntax

Example:

<a href="https://www.google.com" target="_blank">Click Here!!</a>

Becomes:

Click Here!!

Callouts/Admonitions

MkDocs Documentation

!!! 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