mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
doc: add language decorator on the code block
Add `c` decorator on the code block for applying syntax highlighting.
This commit is contained in:
@@ -118,7 +118,7 @@ Failed to take a BSD lock on /dev/sda: Resource temporarily unavailable
|
||||
```
|
||||
|
||||
## Code
|
||||
```
|
||||
```c
|
||||
/* SPDX-License-Identifier: MIT-0 */
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
Reference in New Issue
Block a user