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
@ -77,4 +77,5 @@ sym([1, 2, 3], [5, 2, 1, 4]);
|
||||
```js
|
||||
// solution required
|
||||
```
|
||||
</section>
|
||||
|
||||
/section>
|
||||
|
@ -69,4 +69,5 @@ console.info('after the test');
|
||||
```js
|
||||
// solution required
|
||||
```
|
||||
</section>
|
||||
|
||||
/section>
|
||||
|
@ -69,4 +69,5 @@ console.info('after the test');
|
||||
```js
|
||||
// solution required
|
||||
```
|
||||
</section>
|
||||
|
||||
/section>
|
||||
|
@ -69,4 +69,5 @@ console.info('after the test');
|
||||
```js
|
||||
// solution required
|
||||
```
|
||||
</section>
|
||||
|
||||
/section>
|
||||
|
@ -69,4 +69,5 @@ console.info('after the test');
|
||||
```js
|
||||
// solution required
|
||||
```
|
||||
</section>
|
||||
|
||||
/section>
|
||||
|
@ -69,4 +69,5 @@ console.info('after the test');
|
||||
```js
|
||||
// solution required
|
||||
```
|
||||
</section>
|
||||
|
||||
/section>
|
||||
|
@ -77,4 +77,5 @@ updateInventory(curInv, newInv);
|
||||
```js
|
||||
// solution required
|
||||
```
|
||||
</section>
|
||||
|
||||
/section>
|
||||
|
@ -69,4 +69,5 @@ permAlone('aab');
|
||||
```js
|
||||
// solution required
|
||||
```
|
||||
</section>
|
||||
|
||||
/section>
|
||||
|
@ -59,4 +59,5 @@ pairwise([1,4,2,3,0,5], 7);
|
||||
```js
|
||||
// solution required
|
||||
```
|
||||
</section>
|
||||
|
||||
/section>
|
||||
|
Reference in New Issue
Block a user