We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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>
The text was updated successfully, but these errors were encountered:
Also I noticed, that the highlight doesn't work anymore....
Sorry, something went wrong.
Update release notes (pmd#94)
4358e37
Merge pull request #100 from adangel:issue-94-code-snippet-preview
8f68c56
Improve code snippet preview #100 * pr-100: Update release notes (#94) Add copy to clipboard button Render code snippet as table Fix highlighting of violation line
Successfully merging a pull request may close this issue.
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.
The text was updated successfully, but these errors were encountered: