aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.dev>2025-01-20 12:02:16 +0200
committerBozhidar Batsov <bozhidar@batsov.dev>2025-01-20 12:02:16 +0200
commit3b32633d8f90cea05de8ec04bf3b3f5e80b34935 (patch)
tree17bf57420a5585ae404b521da2080da60da355fe
parent48c648df4ac6addb06d6a3b4180cf8dd5f3478f1 (diff)
Use the new GFM admonition syntax
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index c36d840..31c8c32 100644
--- a/README.md
+++ b/README.md
@@ -114,7 +114,11 @@ See the [online documentation](https://docs.projectile.mx) for more details.
To get the most of Projectile you also need to enable (and potentially install) some minibuffer completion framework (e.g. `ido`, `ivy` or `selectrum`). See [this section](https://docs.projectile.mx/projectile/configuration.html#completion-options) of the documentation for more details.
-**Note:** Historically `projectile-completion-system` defaulted to `ido`, but this was changed in version 2.3. You may need to enable `ido-mode` in your Emacs configuration if updating from an older version of Projectile.
+> [!CAUTION]
+>
+> Historically `projectile-completion-system` defaulted to `ido`, but this was
+> changed in version 2.3. You may need to enable `ido-mode` in your Emacs
+> configuration if updating from an older version of Projectile.
## Caveats