tables
This commit is contained in:
parent
5364ae67e5
commit
227f781aac
@ -119,3 +119,9 @@ The `#!python range()` function is used to generate a sequence of numbers.
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user