make markdownlint happy (#1408)

This commit is contained in:
felix920506
2025-05-19 22:14:47 +08:00
committed by GitHub
parent 61f2fa0806
commit 76bfee6413
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -36,4 +36,6 @@ Full release notes available on [GitHub](https://github.com/jellyfin/jellyfin-ko
If you have the Jellyfin for Kodi addon repository installed and updates enabled, this version will automatically be installed for you.
<!-- markdownlint-disable MD059 -->
If you have installed the addon manually, the new zip file is available [here](https://repo.jellyfin.org/releases/client/kodi/plugin.video.jellyfin/plugin.video.jellyfin-0.5.0.zip).
@@ -769,7 +769,7 @@ This can be useful for speeding up the OpenCL based HDR/DV tone-mapping.
:::tip
More detail information about Intel video hardware can be found [here](https://github.com/intel/media-driver#components-and-features).
More detail information about Intel video hardware can be found [on the Intel media driver repo](https://github.com/intel/media-driver#components-and-features).
:::
@@ -264,7 +264,7 @@ LXC setup idea is a bit similar to docker - you need to pass the **device files*
:::warning
Privileged LXC containers are considered unsafe by design - read more [here](https://linuxcontainers.org/lxc/security/). This guide however does not cover steps required to make jellyfin VPU hardware acceleration working in unprivileged container.
Privileged LXC containers are considered unsafe by design - read more [on the LXC official documentation](https://linuxcontainers.org/lxc/security/). This guide however does not cover steps required to make jellyfin VPU hardware acceleration working in unprivileged container.
:::