Skip to content

Commit 7818864

Browse files
committed
Use the new GFM admonition syntax
1 parent 5f8b17c commit 7818864

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,9 @@ connect to it.
6969
Alternatively you can use <kbd>C-u M-x</kbd> `cider-jack-in` to specify the path to
7070
a Clojure project, without having to visit any file in it.
7171

72-
**Tip:** In Clojure(Script) buffers the command `cider-jack-in` is bound to
73-
<kbd>C-c C-x (C-)j</kbd>.
72+
> [!TIP]
73+
>
74+
> In Clojure(Script) buffers the command `cider-jack-in` is bound to <kbd>C-c C-x (C-)j</kbd>.
7475
7576
### Connect to a running nREPL server
7677

@@ -93,9 +94,11 @@ by your project's build tool (`tools.deps`, Gradle, Maven, etc).
9394
After you get your nREPL server running go back to Emacs. Typing there <kbd>M-x</kbd>
9495
`cider-connect` will allow you to connect to the running nREPL server.
9596

96-
**Tip:** In Clojure(Script) buffers the command `cider-connect` is bound to
97-
<kbd>C-c C-x (C-)c (C-)j</kbd> and the command `cider-connect-cljs` is bound to
98-
<kbd>C-c C-x (C-)c (C-)s</kbd>.
97+
> [!TIP]
98+
>
99+
> In Clojure(Script) buffers the command `cider-connect` is bound to
100+
> <kbd>C-c C-x (C-)c (C-)j</kbd> and the command `cider-connect-cljs` is bound to
101+
> <kbd>C-c C-x (C-)c (C-)s</kbd>.
99102
100103
## Diving Deeper
101104

0 commit comments

Comments
 (0)