Skip to content

Commit 9d56af9

Browse files
committed
Convert note to proper admonition
1 parent 82c4b33 commit 9d56af9

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -345,9 +345,12 @@ or set this variable using `setopt`:
345345

346346
This setting will highlight `defelem` symbol, function name and the docstring.
347347

348-
**NOTE**: Setting `clojure-ts-extra-def-forms` won't change the indentation rule for
349-
these forms. For indentation rules you should use
350-
`clojure-ts-semantic-indent-rules` variable (see [semantic indentation](#customizing-semantic-indentation) section).
348+
> [!IMPORTANT]
349+
>
350+
> Setting `clojure-ts-extra-def-forms` won't change the indentation rule for
351+
> these forms. For indentation rules you should use
352+
> `clojure-ts-semantic-indent-rules` variable (see [semantic
353+
> indentation](#customizing-semantic-indentation) section).
351354
352355
### Highlight markdown syntax in docstrings
353356

0 commit comments

Comments
 (0)