A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/pmd/pmd-regression-tester/issues/94 below:

Improve code snippet preview · Issue #94 · pmd/pmd-regression-tester · GitHub

In order to copy the code snippet, it would be useful to

Github renders this as a table, and the selection is easy:

So, we probably should not render the snippet as a single pre, but as e.g.

<table>
 <tr>
   <td>263</td>
   <td><code>         for (int i = srcBegin + (1 >> LO_BYTE_SHIFT); i < srcEnd; i += 2) {</code>
 </tr>
 <tr>
   <td>264</td>
   <td><code>             dst[dstBegin++] = value[i];</code>
 </tr>
 <tr>
   <td>265</td>
   <td><code>         }</code>
</tr>
</table>

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4