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:
Oliver Eyton-Williams
2020-08-13 17:24:35 +02:00
committed by Mrugesh Mohapatra
parent 2a82c068d3
commit 61460c8601
979 changed files with 1957 additions and 978 deletions

View File

@ -57,4 +57,5 @@ console.log(`Net working capital is: ${netWorkingCapital}`);
```js
// solution required
```
</section>
/section>

View File

@ -49,4 +49,5 @@ console.log(innerHtml);
```js
// solution required
```
</section>
/section>

View File

@ -62,4 +62,5 @@ countToFive();
```js
// solution required
```
</section>
/section>

View File

@ -50,4 +50,5 @@ console.log(`Sum of array values is: ${arraySum}`);
```js
// solution required
```
</section>
/section>

View File

@ -58,4 +58,5 @@ console.log(result);
```js
// solution required
```
</section>
/section>

View File

@ -52,4 +52,5 @@ function myFunc() {
```js
// solution required
```
</section>
/section>

View File

@ -59,4 +59,5 @@ let outputOne = "Try to get this to log only once to the browser console";
```js
// solution required
```
</section>
/section>

View File

@ -68,4 +68,5 @@ console.log(matrix);
```js
// solution required
```
</section>
/section>

View File

@ -53,4 +53,5 @@ console.log(sumAB);
```js
// solution required
```
</section>
/section>

View File

@ -53,4 +53,5 @@ console.log(seven + three);
```js
// solution required
```
</section>
/section>