From 08e9a1032307bd4bb5d19b2cb45d16942a1dea3f Mon Sep 17 00:00:00 2001 From: Daniel Flassak Date: Fri, 18 Oct 2024 14:57:30 +0200 Subject: [PATCH] use [!NOTE] feature of GFM --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a7549ce..207888b 100644 --- a/README.md +++ b/README.md @@ -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";