1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00

build: restrict the markdown languages to use for code blocks

This commit is contained in:
albertony
2025-08-26 22:13:53 +02:00
parent 26d3c71bab
commit f361cdf1cb
6 changed files with 39 additions and 10 deletions

View File

@@ -260,7 +260,7 @@ the port on the host.
A simple solution may be restarting the Host Network Service with eg. Powershell
```pwsh
```powershell
Restart-Service hns
```