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
@ -55,4 +55,5 @@ console.log(power);
|
||||
```js
|
||||
// solution required
|
||||
```
|
||||
</section>
|
||||
|
||||
/section>
|
||||
|
@ -55,4 +55,5 @@ console.log(result);
|
||||
```js
|
||||
// solution required
|
||||
```
|
||||
</section>
|
||||
|
||||
/section>
|
||||
|
@ -57,4 +57,5 @@ console.log(`Net working capital is: ${netWorkingCapital}`);
|
||||
```js
|
||||
// solution required
|
||||
```
|
||||
</section>
|
||||
|
||||
/section>
|
||||
|
@ -49,4 +49,5 @@ console.log(innerHtml);
|
||||
```js
|
||||
// solution required
|
||||
```
|
||||
</section>
|
||||
|
||||
/section>
|
||||
|
@ -62,4 +62,5 @@ countToFive();
|
||||
```js
|
||||
// solution required
|
||||
```
|
||||
</section>
|
||||
|
||||
/section>
|
||||
|
@ -50,4 +50,5 @@ console.log(`Sum of array values is: ${arraySum}`);
|
||||
```js
|
||||
// solution required
|
||||
```
|
||||
</section>
|
||||
|
||||
/section>
|
||||
|
@ -58,4 +58,5 @@ console.log(result);
|
||||
```js
|
||||
// solution required
|
||||
```
|
||||
</section>
|
||||
|
||||
/section>
|
||||
|
@ -52,4 +52,5 @@ function myFunc() {
|
||||
```js
|
||||
// solution required
|
||||
```
|
||||
</section>
|
||||
|
||||
/section>
|
||||
|
@ -59,4 +59,5 @@ let outputOne = "Try to get this to log only once to the browser console";
|
||||
```js
|
||||
// solution required
|
||||
```
|
||||
</section>
|
||||
|
||||
/section>
|
||||
|
@ -68,4 +68,5 @@ console.log(matrix);
|
||||
```js
|
||||
// solution required
|
||||
```
|
||||
</section>
|
||||
|
||||
/section>
|
||||
|
@ -53,4 +53,5 @@ console.log(sumAB);
|
||||
```js
|
||||
// solution required
|
||||
```
|
||||
</section>
|
||||
|
||||
/section>
|
||||
|
@ -53,4 +53,5 @@ console.log(seven + three);
|
||||
```js
|
||||
// solution required
|
||||
```
|
||||
</section>
|
||||
|
||||
/section>
|
||||
|
Reference in New Issue
Block a user