Skip to content

Commit

Permalink
use [!NOTE] feature of GFM
Browse files Browse the repository at this point in the history
  • Loading branch information
waschmittel authored Oct 18, 2024
1 parent 85d85f0 commit 08e9a10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@

Simple assertions for log messages. See [Examples](#examples).

**Note that** log-capture asserts evaluated log statements. That means it depends on a logging implementation (*logback*), but works with any logging facade (*slf4j* and others)
> [!NOTE]
> log-capture asserts evaluated log statements. That means it depends on a logging implementation (*logback*), but works with any logging facade (*slf4j* and others)
```java
var name="world";
Expand Down

0 comments on commit 08e9a10

Please sign in to comment.