Mike mnjk: Difference between revisions

From ITCwiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 36: Line 36:
         options....</var>
         options....</var>


 
Pre Code
----------------------
<pre><code>
[Share Name]
        <b>comment</b> = Share Comment
        options....</code></pre>

Revision as of 03:13, 5 February 2021

Different tags for showing commands/output

Pre

[Share Name]
        <b>comment</b> = Share Comment
        options....

Code

[Share Name]

       comment = Share Comment
       options....

Samp

[Share Name]

       comment = Share Comment
       options....

Kbd

[Share Name]

       comment = Share Comment
       options....

Var

[Share Name]

       comment = Share Comment
       options....

Pre Code

<code>
[Share Name]
        <b>comment</b> = Share Comment
        options....</code>