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

@ -61,4 +61,5 @@ console.info('after the test');
```js
// solution required
```
</section>
/section>

View File

@ -66,4 +66,5 @@ console.info('after the test');
```js
// solution required
```
</section>
/section>

View File

@ -68,4 +68,5 @@ function numberOfNames (num) {
```js
// solution required
```
</section>
/section>

View File

@ -71,4 +71,5 @@ console.info('after the test');
```js
// solution required
```
</section>
/section>

View File

@ -63,4 +63,5 @@ console.info('after the test');
```js
// solution required
```
</section>
/section>

View File

@ -63,4 +63,5 @@ console.info('after the test');
```js
// solution required
```
</section>
/section>

View File

@ -57,4 +57,5 @@ function ack (m, n) {
```js
// solution required
```
</section>
/section>

View File

@ -86,4 +86,5 @@ console.info('after the test');
```js
// solution required
```
</section>
/section>

View File

@ -64,4 +64,5 @@ console.info('after the test');
```js
// solution required
```
</section>
/section>

View File

@ -62,4 +62,5 @@ console.info('after the test');
```js
// solution required
```
</section>
/section>

View File

@ -67,4 +67,5 @@ console.info('after the test');
```js
// solution required
```
</section>
/section>

View File

@ -59,4 +59,5 @@ console.info('after the test');
```js
// solution required
```
</section>
/section>

View File

@ -60,4 +60,5 @@ console.info('after the test');
```js
// solution required
```
</section>
/section>

View File

@ -94,4 +94,5 @@ console.info('after the test');
```js
// solution required
```
</section>
/section>

View File

@ -74,4 +74,5 @@ console.info('after the test');
```js
// solution required
```
</section>
/section>

View File

@ -124,4 +124,5 @@ console.info('after the test');
```js
// solution required
```
</section>
/section>

View File

@ -72,4 +72,5 @@ console.info('after the test');
```js
// solution required
```
</section>
/section>

View File

@ -68,4 +68,5 @@ console.info('after the test');
```js
// solution required
```
</section>
/section>

View File

@ -85,4 +85,5 @@ console.info('after the test');
```js
// solution required
```
</section>
/section>

View File

@ -64,4 +64,5 @@ console.info('after the test');
```js
// solution required
```
</section>
/section>

View File

@ -64,4 +64,5 @@ console.info('after the test');
```js
// solution required
```
</section>
/section>

View File

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

View File

@ -62,4 +62,5 @@ console.info('after the test');
```js
// solution required
```
</section>
/section>

View File

@ -64,4 +64,5 @@ console.info('after the test');
```js
// solution required
```
</section>
/section>

View File

@ -70,4 +70,5 @@ console.info('after the test');
```js
// solution required
```
</section>
/section>

View File

@ -64,4 +64,5 @@ console.info('after the test');
```js
// solution required
```
</section>
/section>

View File

@ -88,4 +88,5 @@ console.info('after the test');
```js
// solution required
```
</section>
/section>

View File

@ -66,4 +66,5 @@ console.info('after the test');
```js
// solution required
```
</section>
/section>

View File

@ -76,4 +76,5 @@ function Num (n) {
```js
// solution required
```
</section>
/section>

View File

@ -64,4 +64,5 @@ console.info('after the test');
```js
// solution required
```
</section>
/section>

View File

@ -64,4 +64,5 @@ function discordianDate (date) {
```js
// solution required
```
</section>
/section>

View File

@ -63,4 +63,5 @@ function operation (op, arr1, arr2) {
```js
// solution required
```
</section>
/section>

View File

@ -57,4 +57,5 @@ function emirps(n) {
```js
// solution required
```
</section>
/section>

View File

@ -61,4 +61,5 @@ function entropy (s) {
```js
// solution required
```
</section>
/section>

View File

@ -69,4 +69,5 @@ console.info('after the test');
```js
// solution required
```
</section>
/section>

View File

@ -59,4 +59,5 @@ function eth_mult (a, b) {
```js
// solution required
```
</section>
/section>

View File

@ -57,4 +57,5 @@ function eulersMethod (x1, y1, x2, h) {
```js
// solution required
```
</section>
/section>

View File

@ -59,4 +59,5 @@ function binom (n, k) {
```js
// solution required
```
</section>
/section>

View File

@ -115,4 +115,5 @@ function markov (rules,test) {
```js
// solution required
```
</section>
/section>

View File

@ -130,4 +130,5 @@ let bye='++++++++++[>+>+++>++++>+++++++>++++++++>+++++++++>++++++++++>++++++++++
```js
// solution required
```
</section>
/section>

View File

@ -57,4 +57,5 @@ function primeGenerator (num, showPrimes) {
```js
// solution required
```
</section>
/section>

View File

@ -65,4 +65,5 @@ console.info('after the test');
```js
// solution required
```
</section>
/section>

View File

@ -57,4 +57,5 @@ function check_mersenne (p) {
```js
// solution required
```
</section>
/section>

View File

@ -63,4 +63,5 @@ console.info('after the test');
```js
// solution required
```
</section>
/section>

View File

@ -57,4 +57,5 @@ function farey (n) {
```js
// solution required
```
</section>
/section>

View File

@ -71,4 +71,5 @@ console.info('after the test');
```js
// solution required
```
</section>
/section>

View File

@ -57,4 +57,5 @@ function fibonacci(n) {
```js
// solution required
```
</section>
/section>

View File

@ -61,4 +61,5 @@ console.info('after the test');
```js
// solution required
```
</section>
/section>

View File

@ -69,4 +69,5 @@ console.info('after the test');
```js
// solution required
```
</section>
/section>

View File

@ -69,4 +69,5 @@ console.info('after the test');
```js
// solution required
```
</section>
/section>

View File

@ -69,4 +69,5 @@ console.info('after the test');
```js
// solution required
```
</section>
/section>

View File

@ -73,4 +73,5 @@ console.info('after the test');
```js
// solution required
```
</section>
/section>

View File

@ -69,4 +69,5 @@ console.info('after the test');
```js
// solution required
```
</section>
/section>

View File

@ -63,4 +63,5 @@ function gray(enc, number) {
```js
// solution required
```
</section>
/section>

View File

@ -63,4 +63,5 @@ function gcd(a, b) {
```js
// solution required
```
</section>
/section>

View File

@ -71,4 +71,5 @@ console.info('after the test');
```js
// solution required
```
</section>
/section>

View File

@ -63,4 +63,5 @@ console.info('after the test');
```js
// solution required
```
</section>
/section>

View File

@ -73,4 +73,5 @@ function happy (number) {
```js
// solution required
```
</section>
/section>

View File

@ -65,4 +65,5 @@ console.info('after the test');
```js
// solution required
```
</section>
/section>

View File

@ -70,4 +70,5 @@ console.info('after the test');
```js
// solution required
```
</section>
/section>

View File

@ -72,4 +72,5 @@ console.info('after the test');
```js
// solution required
```
</section>
/section>

View File

@ -68,4 +68,5 @@ console.info('after the test');
```js
// solution required
```
</section>
/section>

View File

@ -84,4 +84,5 @@ console.info('after the test');
```js
// solution required
```
</section>
/section>

View File

@ -68,4 +68,5 @@ console.info('after the test');
```js
// solution required
```
</section>
/section>

View File

@ -63,4 +63,5 @@ function IBeforeExceptC (word) {
```js
// solution required
```
</section>
/section>

View File

@ -69,4 +69,5 @@ console.info('after the test');
```js
// solution required
```
</section>
/section>

View File

@ -67,4 +67,5 @@ console.info('after the test');
```js
// solution required
```
</section>
/section>

View File

@ -64,4 +64,5 @@ function iteratedSquare (n) {
```js
// solution required
```
</section>
/section>

View File

@ -69,4 +69,5 @@ console.info('after the test');
```js
// solution required
```
</section>
/section>

View File

@ -71,4 +71,5 @@ console.info('after the test');
```js
// solution required
```
</section>
/section>

View File

@ -61,4 +61,5 @@ function josephus (init, kill) {
```js
// solution required
```
</section>
/section>

View File

@ -64,4 +64,5 @@ console.info('after the test');
```js
// solution required
```
</section>
/section>

View File

@ -57,4 +57,5 @@ function splitCoconuts(intSailors) {
```js
// solution required
```
</section>
/section>

View File

@ -58,4 +58,5 @@ function sedol (input) {
```js
// solution required
```
</section>
/section>

View File

@ -68,4 +68,5 @@ console.info('after the test');
```js
// solution required
```
</section>
/section>

View File

@ -64,4 +64,5 @@ console.info('after the test');
```js
// solution required
```
</section>
/section>

View File

@ -92,4 +92,5 @@ console.info('after the test');
```js
// solution required
```
</section>
/section>

View File

@ -81,4 +81,5 @@ console.info('after the test');
```js
// solution required
```
</section>
/section>

View File

@ -66,4 +66,5 @@ console.info('after the test');
```js
// solution required
```
</section>
/section>

View File

@ -61,4 +61,5 @@ console.info('after the test');
```js
// solution required
```
</section>
/section>

View File

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

View File

@ -75,4 +75,5 @@ console.info('after the test');
```js
// solution required
```
</section>
/section>

View File

@ -75,4 +75,5 @@ console.info('after the test');
```js
// solution required
```
</section>
/section>

View File

@ -59,4 +59,5 @@ console.info('after the test');
```js
// solution required
```
</section>
/section>

View File

@ -133,4 +133,5 @@ console.info('after the test');
```js
// solution required
```
</section>
/section>

View File

@ -73,4 +73,5 @@ console.info('after the test');
```js
// solution required
```
</section>
/section>