style: html to md syntax

This commit is contained in:
Plumbiu
2023-08-24 10:31:27 +08:00
parent 229e847514
commit 0a96f3658b
88 changed files with 459 additions and 459 deletions

View File

@@ -246,7 +246,7 @@ bool matchCommand(const char *src, const char *pattern)
我们调整各种命令的实现,以利用新的数组参数。
## <strong>inventory.h</strong>
## **inventory.h**
```c
extern bool executeGet(void);
@@ -256,7 +256,7 @@ extern bool executeGive(void);
extern bool executeInventory(void);
```
## <strong>inventory.c</strong>
## **inventory.c**
```c
#include <stdbool.h>