Mike mnjk: Difference between revisions

From ITCwiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
<pre>
<pre>
[Share Name]
[Share Name]
         comment = Share Comment
         <b>comment</b> = Share Comment
         options....</pre>
         options....</pre>


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


Line 19: Line 19:
<samp>
<samp>
[Share Name]
[Share Name]
         comment = Share Comment
         <b>comment</b> = Share Comment
         options....</samp>
         options....</samp>


Line 26: Line 26:
<kbd>
<kbd>
[Share Name]
[Share Name]
         comment = Share Comment
         <b>comment</b> = Share Comment
         options....</kbd>
         options....</kbd>


Line 33: Line 33:
<var>
<var>
[Share Name]
[Share Name]
         comment = Share Comment
         <b>comment</b> = Share Comment
         options....</var>
         options....</var>
----------------------

Revision as of 03:08, 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....