1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-06 10:33:34 +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

@@ -130,7 +130,7 @@ either.
The interface of librclone is so simple, that all you need is to define the
small struct `RcloneRPCResult`, from [librclone.go](librclone.go):
```C++
```c++
struct RcloneRPCResult {
char* Output;
int Status;
@@ -161,7 +161,7 @@ own escaping. This is not a Windows-specific issue, but there is the
additional challenge that native filesystem path separator is the same as
the escape character, and you may end up with strings like this:
```C++
```c++
const char* input = "{"
"\"fs\": \"C:\\\\Temp\","
"\"remote\": \"sub/folder\","