From 3fd10face204a88d400fdbdbbd18c2e2b5e4e767 Mon Sep 17 00:00:00 2001 From: Marc Jakobi Date: Wed, 15 Nov 2023 00:48:56 +0100 Subject: [PATCH] docs(readme): update note/warning quotes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6d7bc19..19435ff 100755 --- a/README.md +++ b/README.md @@ -66,13 +66,13 @@ local haskell_snippets = require('haskell-snippets').all ls.add_snippets('haskell', haskell_snippets, { key = 'haskell' }) ``` -> **Note** +> [!NOTE] > > See also `:h haskell-snippets` ## Snippets -> **Note** +> [!NOTE] > > - The recording software [ttyrec](https://github.com/mjording/ttyrec) > sometimes has some visual glitches.