Skip to content

Commit bee4ee1

Browse files
committed
Remove pipe from excluded content in callouts
1 parent ec1c1f5 commit bee4ee1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/06-code.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import { createElement } from './modules/dom'
3636
})()
3737

3838
var cleanCallouts = function (code) {
39-
return code.replace(/[ |\t]+\n/g, '\n').trimEnd()
39+
return code.replace(/[ \t]+\n/g, '\n').trimEnd()
4040
}
4141

4242
document.addEventListener('DOMContentLoaded', function () {

0 commit comments

Comments
 (0)