This post contains various elements to validate wrapping and scrolling.
function big(n) {
// Intentionally long line to trigger horizontal scroll in pre/code
const txt = 'x'.repeat(400) + ' end';
return { n, txt };
}
console.log(big(42));
heading 1 | heading 2 | heading 3 |
---|---|---|
cell | cell with quite a lot of text to test wrapping within table cells | cell |
cell | verylongunbreakablewordthatmayoverflowandthereforetablemustscroll | cell |