Kodeu
Dokuméntasi sareng conto pikeun nampilkeun blok kode inline sareng multiline sareng Bootstrap.
Kodeu Inline
Bungkus inline snippét kode sareng <code>. Pastikeun kabur kurung sudut HTML.
       Contona, 
       
 
     <section>kudu dibungkus sakumaha inline. 
     For example, <code><section></code> should be wrapped as inline.Blok kode
Paké <pre>s pikeun sababaraha baris kode. Sakali deui, pastikeun kabur wae kurung sudut dina kode pikeun rendering ditangtoskeun. Anjeun tiasa milih nambihan .pre-scrollablekelas, anu bakal nyetél jangkungna maksimal 340px sareng nyayogikeun scrollbar sumbu-y.
<p>Sample text here...</p>
<p>And another line of sample text here...</p>
<pre><code><p>Sample text here...</p>
<p>And another line of sample text here...</p>
</code></pre>Variabel
Pikeun nunjukkeun variabel nganggo <var>tag.
 
      y = 
       m 
      x + 
       b 
     
 
     <var>y</var> = <var>m</var><var>x</var> + <var>b</var>Input pamaké
Anggo <kbd>pikeun nunjukkeun input anu biasana diasupkeun ku keyboard.
       Pikeun pindah diréktori, ketik 
       cddituturkeun ku nami diréktori.
      
Pikeun ngédit setélan, pencét ctrl + ,
 
     Pikeun ngédit setélan, pencét ctrl + ,
To switch directories, type <kbd>cd</kbd> followed by the name of the directory.<br>
To edit settings, press <kbd><kbd>ctrl</kbd> + <kbd>,</kbd></kbd>kaluaran sampel
Pikeun nunjukkeun kaluaran sampel tina program nganggo <samp>tag.
 
      Téks ieu dimaksudkeun pikeun dianggap salaku kaluaran sampel tina program komputer. 
     
 
     <samp>This text is meant to be treated as sample output from a computer program.</samp>