Skip to content

Commit 0ef293e

Browse files
authored
Use fancy GFM-based callouts
1 parent f1a3306 commit 0ef293e

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,16 @@ If you only want texture healing and basic coding ligatures, add the following l
7171
"editor.fontLigatures": true,
7272
```
7373

74-
> 👉 Note that this setting is not available from the graphical settings editor, you must create it manually.
74+
> [!NOTE]
75+
> This setting is not available from the graphical settings editor, you must create it manually.
7576
7677
If you want more coding ligatures, you must customize that setting to specify all of the sets you want enabled:
7778

7879
```
7980
"editor.fontLigatures": "'calt', 'liga', 'dlig', 'ss01', 'ss02', ... (more stylistic sets) ...",
8081
```
81-
82-
> 👉 Note that you must start the setting with `'calt', 'liga', 'dlig'`! The stylistic sets will not have any effect without enabling contextual alternates, ligatures, and discretionary ligatures.
82+
> [!NOTE]
83+
> You must start the setting with `'calt', 'liga', 'dlig'`! The stylistic sets will not have any effect without enabling contextual alternates, ligatures, and discretionary ligatures.
8384
8485
If you want coding ligatures but do _not_ want texture healing, you can elide the `calt` setting:
8586

0 commit comments

Comments
 (0)