From c831a9b7f3aa9212687dffc5d2500839e4c47696 Mon Sep 17 00:00:00 2001 From: Thomas Megel <57842400+OpenScanEu@users.noreply.github.com> Date: Mon, 11 Nov 2024 14:36:31 +0100 Subject: [PATCH] Update downloads.md --- docs/downloads.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/docs/downloads.md b/docs/downloads.md index e93b284..a3ddb2d 100644 --- a/docs/downloads.md +++ b/docs/downloads.md @@ -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 + + +!!! 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 + + +```python title="example.py" linenums="1" +def hello(): + print("Hello world") +# This will show with line numbers and filename