Skip to content

Commit

Permalink
docs: fix NOTE doesn't render in details
Browse files Browse the repository at this point in the history
  • Loading branch information
benlubas committed Apr 5, 2024
1 parent dc2106b commit d4e0b30
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ Fully **optional:**
### Installing The Plugin & Rock

<details>

<summary>Lazy.nvim</summary>

> [!NOTE] Don't forget to install the imageMagick system package, detailed
> [below](#installing-imagemagick)
**NOTE:** Don't forget to install the imageMagick system package, detailed [below](#installing-imagemagick)

It's recommended that you use [vhyrro/luarocks.nvim](https://github.com/vhyrro/luarocks.nvim) to
install luarocks for neovim while using lazy. But you can install manually as well.
Expand Down Expand Up @@ -90,8 +90,7 @@ package.path = package.path .. ";" .. vim.fn.expand("$HOME") .. "/.luarocks/shar
<details>
<summary>Rocks.nvim</summary>

> [!NOTE] Don't forget to install the imageMagick system package, detailed
> [below](#installing-imagemagick)
**NOTE:** Don't forget to install the imageMagick system package, detailed [below](#installing-imagemagick)

`:Rocks install image.nvim`

Expand All @@ -107,6 +106,7 @@ NixOS users need to install `imagemagick` and `luajitPackages.magick`
It's recommended that you can build your Neovim with those packages like so:

<details>

<summary>With home-manager</summary>

_thanks to [@wuliuqii](https://github.com/wuliuqii) in [#13](https://github.com/3rd/image.nvim/issues/13)_
Expand Down

0 comments on commit d4e0b30

Please sign in to comment.