We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0139006 commit cf7c606Copy full SHA for cf7c606
src/level/README.md
@@ -41,7 +41,7 @@ Author: Thinking Rabbit
41
| `+` | 位于目标上的玩家 |
42
| `*` | 位于目标上的箱子 |
43
44
-其中地板一共使用了三种符号表示, 是因为连续的空格在某些在线论坛或邮件中可能被截断, 因此使用连字符(`-`)和下划线(`_`)来替代.
+其中地板一共使用了三种符号表示, 是因为连续的空格在某些在线论坛或邮件中可能被截断, 因此使用连字符(`-`)和下划线(`_`)来替代[^1].
45
46
### 元数据
47
@@ -191,7 +191,7 @@ Author: Thinking Rabbit
191
192
### MF8
193
194
-中文论坛魔方吧[^1]使用 MF8 格式:
+中文论坛魔方吧[^2]使用 MF8 格式:
195
196
```txt
197
[soko=8,8]
@@ -276,4 +276,5 @@ ___HHH__
276
277
- <http://sokobano.de/wiki/index.php?title=Level_format>.
278
279
-[^1]: <http://www.mf8-china.com/forum.php>
+[^1]: <http://sokobano.de/wiki/index.php?title=Level_format>
280
+[^2]: <http://www.mf8-china.com/forum.php>
0 commit comments