Skip to content

Commit 8e00c76

Browse files
committed
fix: bold styling in available options disclosure widgets
1 parent 6a18429 commit 8e00c76

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ Typos are caught at compile time. All built-in options are optional, but
306306
custom processors can declare required options.
307307

308308
<details>
309-
<summary>**Available options**</summary>
309+
<summary><strong>Available options</strong></summary>
310310

311311
- `auto_orient: true` → fix orientation from EXIF data
312312
- `background: "white"` → background color, e.g. "white", "transparent"
@@ -347,7 +347,7 @@ end
347347
```
348348

349349
<details>
350-
<summary>**Available options**</summary>
350+
<summary><strong>Available options</strong></summary>
351351

352352
- `audio_bitrate: "128k"` → audio bitrate
353353
- `audio_codec: "aac"` → audio codec, e.g. "aac", "libopus"
@@ -386,7 +386,7 @@ end
386386
```
387387

388388
<details>
389-
<summary>**Available options**</summary>
389+
<summary><strong>Available options</strong></summary>
390390

391391
- `auto_orient: true` → fix orientation from EXIF data
392392
- `crop: true` → crop to fill instead of shrink-to-fit

0 commit comments

Comments
 (0)