From 7818864a9de3cbad5f977e7a058044c76401ec1f Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Mon, 20 Jan 2025 11:35:08 +0200 Subject: [PATCH] Use the new GFM admonition syntax --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cb25a2f10..93ad5d1e8 100644 --- a/README.md +++ b/README.md @@ -69,8 +69,9 @@ connect to it. Alternatively you can use C-u M-x `cider-jack-in` to specify the path to a Clojure project, without having to visit any file in it. -**Tip:** In Clojure(Script) buffers the command `cider-jack-in` is bound to -C-c C-x (C-)j. +> [!TIP] +> +> In Clojure(Script) buffers the command `cider-jack-in` is bound to C-c C-x (C-)j. ### Connect to a running nREPL server @@ -93,9 +94,11 @@ by your project's build tool (`tools.deps`, Gradle, Maven, etc). After you get your nREPL server running go back to Emacs. Typing there M-x `cider-connect` will allow you to connect to the running nREPL server. -**Tip:** In Clojure(Script) buffers the command `cider-connect` is bound to -C-c C-x (C-)c (C-)j and the command `cider-connect-cljs` is bound to -C-c C-x (C-)c (C-)s. +> [!TIP] +> +> In Clojure(Script) buffers the command `cider-connect` is bound to +> C-c C-x (C-)c (C-)j and the command `cider-connect-cljs` is bound to +> C-c C-x (C-)c (C-)s. ## Diving Deeper