This commit is contained in:
Cat Tom 2024-07-24 19:00:19 +08:00
parent 5364ae67e5
commit 227f781aac
2 changed files with 8 additions and 1 deletions

@ -118,4 +118,10 @@ The `#!python range()` function is used to generate a sequence of numbers.
1. Sed sagittis eleifend rutrum
2. Donec vitae suscipit est
3. Nulla tempor lobortis orci
```
```
| Method | Description |
| :---------: | :----------------------------------: |
| `GET` | :material-check: Fetch resource |
| `PUT` | :material-check-all: Update resource |
| `DELETE` | :material-close: Delete resource |

@ -30,6 +30,7 @@ theme:
markdown_extensions:
# Python Markdown
- abbr
- tables
- admonition
- attr_list
- def_list