We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec1c1f5 commit bee4ee1Copy full SHA for bee4ee1
src/js/06-code.js
@@ -36,7 +36,7 @@ import { createElement } from './modules/dom'
36
})()
37
38
var cleanCallouts = function (code) {
39
- return code.replace(/[ |\t]+\n/g, '\n').trimEnd()
+ return code.replace(/[ \t]+\n/g, '\n').trimEnd()
40
}
41
42
document.addEventListener('DOMContentLoaded', function () {
0 commit comments