mirror of
https://github.com/phodal/github
synced 2026-05-23 00:58:59 +00:00
06-refactor-project: fix typo
修正标注格式错误;
This commit is contained in:
parent
b9c8d00163
commit
8c86ab8abf
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ regexobject: {
|
|||
code: /\s\`\`\`\n?([^`]+)\`\`\`/g
|
||||
```
|
||||
|
||||
他会匹配对应的Markdown类型,随后进行替换和处理。而``str```,就是管理口的输入和输出。
|
||||
他会匹配对应的Markdown类型,随后进行替换和处理。而``str``,就是管理口的输入和输出。
|
||||
|
||||
接着,我们就可以对其进行简单的重构。
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue