Skip to content

Commit

Permalink
Update downloads.md
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenScanEu authored Nov 11, 2024
1 parent 8bded63 commit c831a9b
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions docs/downloads.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,40 @@

## Other files
[wpa_supplicant.conf @ Dropbox](https://www.dropbox.com/scl/fi/878ri5dclgm5aek54isl1/wpa_supplicant.conf?rlkey=fhq54ngaea6p5s62etl5ig8ak&st=jitt2qp3&dl=1)

# test

### 2. Advanced Admonitions
```markdown
!!! note "Custom Title"
Lorem ipsum dolor sit amet

!!! info inline end "Floating"
This will float to the right

!!! tip ""
A tip without title

??? danger "Expandable"
Hidden content

# Common Extension Usage Examples

<!-- Admonition & Details -->
!!! note "Custom Title"
This is a note admonition

!!! warning ""
A warning without title

??? example "Expandable/Collapsible"
This content is hidden by default

???+ tip "Expanded by default"
This content is expanded by default

<!-- Code Highlighting -->
```python title="example.py" linenums="1"
def hello():
print("Hello world")
# This will show with line numbers and filename

0 comments on commit c831a9b

Please sign in to comment.