Skip to content

Commit

Permalink
docs: fix admonitions
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil committed Jul 12, 2024
1 parent 4f56745 commit fcb81df
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,8 @@ more information on this.

### Testify suites

> [!WARNING] This feature comes with some caveats and nuances, which is why it
> [!WARNING]
> This feature comes with some caveats and nuances, which is why it
> is not enabled by default. I advise you to only enable this if you need it.
There are some real shenaningans going on behind the scenes to make this work.
Expand All @@ -369,7 +370,8 @@ modified by mutating private attributes and merging of nodes to avoid
duplicates. I'm personally a bit afraid of the maintenance burden of this
feature... 🙈

> [!NOTE] Right now, there is no way to update the lookup other than restarting
> [!NOTE]
> Right now, there is no way to update the lookup other than restarting
> Neotest/Neovim. So in case you are implementing a new suite, please restart to
> see the new suites/tests appear in e.g. the summary window. Also, nested tests
> or table tests are not supported. All of this can be remedied at any time.
Expand Down

0 comments on commit fcb81df

Please sign in to comment.