test.js md formatting

This commit is contained in:
nrew225 2016-12-05 10:19:19 -06:00
parent cdf563e658
commit 91683ea08b

View File

@ -25,7 +25,7 @@ function entryErrorCheck (md) {
console.log(entryArray[i].name + 'Failed.') console.log(entryArray[i].name + 'Failed.')
// entryArray[i].error = findError(entries[i]) //WIP // entryArray[i].error = findError(entries[i]) //WIP
totalFail += 1 totalFail += 1
issuelog += entryArray[i].name + ' | <p>' + entries[i] + '</p>\\n' issuelog += entryArray[i].name + ' | <pre><code>' + entries[i] + '</code></pre>\\n'
} }
} }
} }