Skip to content

Commit 2e690e9

Browse files
admonition changes
1 parent 8ffe1a5 commit 2e690e9

File tree

2 files changed

+40
-46
lines changed

2 files changed

+40
-46
lines changed

docs/manuals/bridge6/index.md

Lines changed: 39 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -699,51 +699,44 @@ Smart Messages allow you to control internal functions of the BRIDGE6 or perform
699699

700700
Smart Message types include:
701701

702-
=== "Navigation"
703-
704-
- **Bank Up**
705-
- **Bank Down**
706-
- **Bank Select**
707-
- **Last Bank**
708-
709-
=== "Expression"
710-
711-
- **Increment Expression Message**
712-
- **Decrement Expression Message**
713-
- **Go to Expression Message**
714-
715-
=== "TRS / Relay"
716-
717-
- **TRS Switch** (Off / Tip / Ring / Tip+Ring)
718-
- **Relay Interface** (Off / Tip / Ring / Tip+Ring)
719-
720-
=== "UI Control"
721-
722-
- **Set UI Mode** (Simple or Extended)
723-
724-
=== "Switch States"
725-
726-
- **Switch On**
727-
- **Switch Off**
728-
- **Switch Toggle**
729-
730-
=== "Sequential"
731-
732-
- **Reset Sequential**
733-
- **Increment Sequential Step**
734-
- **Decrement Sequential Step**
735-
- **Set Step Sequential**
736-
- **Queue Next Sequential Step**
737-
- **Queue Sequential Step**
738-
739-
=== "Scrolling"
740-
741-
- **Reset Scrolling**
742-
- **Increment Scrolling Value**
743-
- **Decrement Scrolling Value**
744-
- **Set Value Scrolling**
745-
- **Queue Next Scrolling Value**
746-
- **Queue Scrolling Value**
702+
??? abstract "Navigation"
703+
- **Bank Up**
704+
- **Bank Down**
705+
- **Bank Select**
706+
- **Last Bank**
707+
708+
??? abstract "Expression"
709+
- **Increment Expression Message**
710+
- **Decrement Expression Message**
711+
- **Go to Expression Message**
712+
713+
??? abstract "TRS / Relay"
714+
- **TRS Switch** (Off / Tip / Ring / Tip+Ring)
715+
- **Relay Interface** (Off / Tip / Ring / Tip+Ring)
716+
717+
??? abstract "UI Control"
718+
- **Set UI Mode** (Simple or Extended)
719+
720+
??? abstract "Switch States"
721+
- **Switch On**
722+
- **Switch Off**
723+
- **Switch Toggle**
724+
725+
??? abstract "Sequential"
726+
- **Reset Sequential**
727+
- **Increment Sequential Step**
728+
- **Decrement Sequential Step**
729+
- **Set Step Sequential**
730+
- **Queue Next Sequential Step**
731+
- **Queue Sequential Step**
732+
733+
??? abstract "Scrolling"
734+
- **Reset Scrolling**
735+
- **Increment Scrolling Value**
736+
- **Decrement Scrolling Value**
737+
- **Set Value Scrolling**
738+
- **Queue Next Scrolling Value**
739+
- **Queue Scrolling Value**
747740

748741
### Key Press Messages
749742

@@ -1352,7 +1345,7 @@ Frequency range:
13521345
#### Clock Sync Mode
13531346
Frequency is chosen as a **time division** of the tempo.
13541347

1355-
=== "Available Time Divisions"
1348+
??? abstract "Available Time Divisions"
13561349
- 1/1
13571350
- 1/1 dotted
13581351
- 1/1 triplet

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ markdown_extensions:
9898
- pymdownx.blocks.caption
9999
- def_list
100100
- abbr
101+
- pymdownx.details
101102
- pymdownx.snippets
102103
- pymdownx.superfences
103104
- pymdownx.tabbed:

0 commit comments

Comments
 (0)