Help:Script Samples: Difference between revisions

Content deleted Content added
Line 39:
<br><br>
 
== <code>&lt;syntax-highlight class="scroll" lang="bash"&gt;</code> element ==
 
The syntaxhighlight tag requires the programming language to be specified in this case '''bash''':<br><br>
<code>&lt;syntaxhighlight class="scroll" lang="bash"&gt;</code>
<syntaxhighlight lang="bash">
#!/bin/bash
Line 121:
<code>&lt;/syntaxhighlight&gt;</code>
<br/><br/>
 
== Annotate <code>&lt;pre&gt;</code> contents with Pointers / Boxes ==