Highlighting code blocks, with line numbers, for copying code results in copying line numbers along with the src code. In bigblow theme.  This issue can be resolved by adding a simple fix in CSS. ```css .linenr { user-select: none; } ``` 