summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarawit Rakket <narawitrakket@hotmail.com>2022-07-10 02:06:26 +0700
committerAbin Simon <abinsimon10@gmail.com>2022-07-10 12:31:19 +0530
commitb247650d37deb89d097a279f600ffc6704efb77d (patch)
tree4e0fb617f9d0c83c662d388788fda31d59322310
parent201f6b2a22e716741941d9797ffedef724ed13c4 (diff)
docs(readme): make example config file collapsible
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index c5ab48d..6738927 100644
--- a/README.md
+++ b/README.md
@@ -81,9 +81,9 @@ You can also provide a configuration file from a non standard location:
### Config file content
-This is an example config file with the default values and some additional
-remarks.
-
+<details open>
+<summary>This is an example config file with the default values and some additional remarks.</summary>
+
```yaml
# == Classic ==
# This is a shorthand to override some of the options to be backwards compatible
@@ -222,6 +222,8 @@ symlink-arrow: ⇒
# Possible values: false, true
header: false
```
+</details>
+
## Theme