btest’s blog

This blog is for development testing.

Entries from 2023-11-11 to 1 day

Code wrapping and copy button (copy function not implemented)

Old

.entry-content pre{ overflow-x: auto; white-space: pre; const codeElements=document.querySelectorAll('pre.code');codeElements.forEach((codeElement)=>{const codeContainer=document.createElement('div');codeContainer.className='code-box';const…