README: fix rendering on codeberg (#402)
looks like some update to the markdown parser at codeberg broke our readme. just use a simple `*` instead (escaped by `\` to be safe) Reviewed-on: https://codeberg.org/nsxiv/nsxiv/pulls/402
This commit is contained in:
parent
a924fe004d
commit
75849adb88
|
@ -73,7 +73,7 @@ nsxiv requires the following software to be installed:
|
||||||
|
|
||||||
The following dependencies are optional.
|
The following dependencies are optional.
|
||||||
|
|
||||||
* `inotify`<sup>ℹ</sup>: Used for auto-reloading images on change.
|
* `inotify`<sup>\*</sup>: Used for auto-reloading images on change.
|
||||||
Disabled via `HAVE_INOTIFY=0`.
|
Disabled via `HAVE_INOTIFY=0`.
|
||||||
* `libXft`, `freetype2`, `fontconfig`: Used for the status bar.
|
* `libXft`, `freetype2`, `fontconfig`: Used for the status bar.
|
||||||
Disabled via `HAVE_LIBFONTS=0`.
|
Disabled via `HAVE_LIBFONTS=0`.
|
||||||
|
@ -89,7 +89,7 @@ Please make sure to install the corresponding development packages in case that
|
||||||
you want to build nsxiv on a distribution with separate runtime and development
|
you want to build nsxiv on a distribution with separate runtime and development
|
||||||
packages (e.g. \*-dev on Debian).
|
packages (e.g. \*-dev on Debian).
|
||||||
|
|
||||||
\[ℹ]: [inotify][] is a Linux-specific API for monitoring filesystem changes.
|
\* [inotify][] is a Linux-specific API for monitoring filesystem changes.
|
||||||
It's not natively available on `*BSD` systems but can be enabed via installing
|
It's not natively available on `*BSD` systems but can be enabed via installing
|
||||||
and linking against [libinotify-kqueue][].
|
and linking against [libinotify-kqueue][].
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue