fix: insert blank line after ```
search and replace ```\n< with ```\n\n< to ensure there's an empty line before closing tags
This commit is contained in:
committed by
Mrugesh Mohapatra
parent
2a82c068d3
commit
61460c8601
@@ -21,6 +21,7 @@ romanNumerals.unshift('XIX', 'XX');
|
||||
romanNumerals.push(twentyThree);
|
||||
// 数组现在为 ['XIX', 'XX', 'XXI', 'XXII', 'XXIII']
|
||||
```
|
||||
|
||||
注意,我们还可以输入变量,这允许我们很灵活地动态改变我们数组中的数据。
|
||||
</section>
|
||||
|
||||
|
Reference in New Issue
Block a user