It probably requires further investigation,, but here's how to reproduce the bug.
// test.js
// Please repeat the following code at least 13 times.
function greet(name) {
return `Hello, ${name}!`;
}
.doctype {paged}
.doclang {english}
| Name |
| ---- |
| John |
.code lang:{javascript}
.read {test.js}
