Adds the prompt symbol to each line to indicate that it is a command.
It is common to use this plugin with the language-text class since the commands normally do not have syntax highlighting.
data-commands
Using true will transform all lines.
As a numeric value, one or more integers separated by commas. Integer ranges separated by dashes are accepted. No spaces allowed.
Some examples of how numeric values are transformed:
3->33,4,6->3,4,63-7->3,4,5,6,73-7,10,12,14-17->3,4,5,6,7,10,12,14,15,16,17
Basic example.
<pre><code class="language-text" data-commands="true"></code></pre>
./configure
make
make install
.psh-commands::before
Click here.