mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
Example Template Table Formatting
This commit is contained in:
parent
6ac13a3507
commit
db7b4603f4
|
@ -59,7 +59,7 @@ import TabItem from '@theme/TabItem';
|
|||
<!--- Table of settings in alphabetical order --->
|
||||
|
||||
| Setting | Acceptable Values | Default |
|
||||
| :---------------------: | :-------------------------: | :-----: |
|
||||
| :---------------------: | :-------------------------: | :-----: |
|
||||
| my_setting_with_options | `apple`, `banana`, `orange` | `apple` |
|
||||
|
||||
<!--- H3 for each setting above (alphabetized) --->
|
||||
|
@ -71,7 +71,7 @@ import TabItem from '@theme/TabItem';
|
|||
<!--- if the setting has many options, insert a table describing what those variables do --->
|
||||
|
||||
| Value | Description |
|
||||
| :------: | :----------------------------: |
|
||||
| :------: | :----------------------------: |
|
||||
| `apple` | Description of apple (default) |
|
||||
| `banana` | Description of banana |
|
||||
| `orange` | Description of orange |
|
||||
|
|
Loading…
Reference in a new issue