Salta el contingut

Annotations

Reference Admonitions - Material for MkDocs

Annotations in paragraphs

Lorem ipsum dolor sit amet, consectetur adipiscing elit. (1) Praesent id metus diam. Aliquam condimentum libero eu tortor.

  1. Annotations can be used in paragraphs.

Annotations in admonitions

Note (1)

This is a note. (2)

  1. Annotations can be used in admonitions titles
  2. Annotations can be used in admonitions.

Annotations in code blocks

def hello():
    print("Hello, world!") # (1)!
  1. Annotations can be used in code blocks.
```python
def hello():
    print("Hello, world!") # (1)!
```

1.  Annotations can be used in code blocks.