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

View File

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

View File

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