mirror of
https://github.com/systemd/systemd.git
synced 2026-08-03 06:30:30 +00: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