Source

Kòd

Dokimantasyon ak egzanp pou montre blòk kòd aliy ak multiliy ak Bootstrap.

Inline kòd

Vlope fragman nan kòd ak <code>. Asire w ou chape HTML ang parantèz.

Pou egzanp, <section>yo ta dwe vlope kòm inline.
For example, <code>&lt;section&gt;</code> should be wrapped as inline.

Blòk kòd

Sèvi ak <pre>s pou plizyè liy kòd. Yon fwa ankò, asire w ke ou chape anba nenpòt parantèz ang nan kòd la pou rann apwopriye. Opsyonèlman, ou ka ajoute .pre-scrollableklas la, ki pral mete yon wotè maksimòm de 340px epi bay yon ba defile aks y.

<p>Sample text here...</p>
<p>And another line of sample text here...</p>
<pre><code>&lt;p&gt;Sample text here...&lt;/p&gt;
&lt;p&gt;And another line of sample text here...&lt;/p&gt;
</code></pre>

Varyab

Pou endike varyab itilize <var>tag la.

y = m x + b
<var>y</var> = <var>m</var><var>x</var> + <var>b</var>

Antre itilizatè

Sèvi ak la <kbd>pou endike opinyon ki tipikman antre atravè klavye.

Pou chanje repèrtwar, tape cdki te swiv pa non anyè a.
Pou modifye paramèt yo, peze 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>

Egzanp pwodiksyon an

Pou endike pwodiksyon echantiyon nan yon pwogram itilize <samp>tag la.

Tèks sa a vle di yo dwe trete kòm rezilta echantiyon nan yon pwogram òdinatè.
<samp>This text is meant to be treated as sample output from a computer program.</samp>