Skip to content

Commit

Permalink
Merge pull request #22 from dm-drogeriemarkt/readme-styling
Browse files Browse the repository at this point in the history
use [!NOTE] feature of GFM
  • Loading branch information
waschmittel authored Oct 18, 2024
2 parents 85d85f0 + 08e9a10 commit 6b3d9cf
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 6b3d9cf

Please sign in to comment.