branch: elpa/clojure-ts-mode
commit 9d56af9035299a1154f884776f7a698667bbc2ed
Author: Bozhidar Batsov <bozhi...@batsov.dev>
Commit: Bozhidar Batsov <bozhi...@batsov.dev>

    Convert note to proper admonition
---
 README.md | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index d52ba1cf69..41977c4f34 100644
--- a/README.md
+++ b/README.md
@@ -345,9 +345,12 @@ or set this variable using `setopt`:
 
 This setting will highlight `defelem` symbol, function name and the docstring.
 
-**NOTE**: Setting `clojure-ts-extra-def-forms` won't change the indentation 
rule for
-these forms.  For indentation rules you should use
-`clojure-ts-semantic-indent-rules` variable (see [semantic 
indentation](#customizing-semantic-indentation) section).
+> [!IMPORTANT]
+>
+> Setting `clojure-ts-extra-def-forms` won't change the indentation rule for
+> these forms.  For indentation rules you should use
+> `clojure-ts-semantic-indent-rules` variable (see [semantic
+> indentation](#customizing-semantic-indentation) section).
 
 ### Highlight markdown syntax in docstrings
 

Reply via email to