in English
Code a ni
Bootstrap hmanga inline leh multiline block of code lantir dan tur documentation leh entirnan.
Inline code a awm bawk
Code inline snippet te chu <code>
. HTML angle bracket atang hian tlanchhuah ngei ngei tur a ni.
Entirnan,
<section>
inline angin wrapped tur a ni.
For example, <code><section></code> should be wrapped as inline.
Code block a awm bawk
<pre>
Code line tam tak atan s hmang ang che . Vawi khat chu rendering dik tak neih theih nan code chhunga angle bracket awm zawng zawng chu escape ngei ngei tur a ni. Class chu duhthusamin i dah thei a .pre-scrollable
, chu chuan max-height 340px a set ang a, y-axis scrollbar a pe bawk ang.
<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>
Variables te pawh a awm
Variable tarlanna atan <var>
tag hmang ang che.
y =
m
x +
b tih a ni
<var>y</var> = <var>m</var><var>x</var> + <var>b</var>
User input a ni
<kbd>
Keyboard hmanga input luh tlangpui chu entir nan hmang rawh .
Directory thlak tur chuan a
cdhnuaiah directory hming ziak la.
Settings edit tur chuan press rawh ctrl + ,
Settings edit tur chuan press rawh 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>
Sample output a ni
Program atanga sample output tarlanna atan <samp>
tag hmang ang che.
He thuziak hi computer program atanga sample output anga ngaih tur a ni.
<samp>This text is meant to be treated as sample output from a computer program.</samp>