Shell Snippets demo

Rationale: triple-click to select a line, BUT without having the nasty dollar sign selected (so you can copy-and-paste it without editing)

by devdev

HTML

Shell Snippets demo<br>
Rationale: triple-click to select a line, BUT without having the nasty dollar sign selected (so you can copy-and-paste it without editing)
<code>
<div>command 1</div>
<div>command 2</div>
<div>command 3</div>
</code>

CSS

code>div:before { content: "$: " }