Codebase Basics
Simple Text Elements
italics
emphasis
bold
strong
citation
deleted text (strikethough)
definition
abbreviation
inserted text
user input
sample output
marked (highlighted) text
small
Superscript: e.g. E = mc2
Subscript: e.g. H2O
emphasis
bold
strong
citation
definition
abbreviation
inserted text
user input
sample output
marked (highlighted) text
small
Superscript: e.g. E = mc2
Subscript: e.g. H2O
variable or placeholder text
ndash –
mdash —
hyperlink
Address
ndash –
mdash —
hyperlink
Address
inline code
Preformatted text
/* <pre><code> */
10 print "Hello world";
20 goto 10;
Run
<i>italics</i>
<em>emphasis</em>
<b>bold</b>
<strong>strong</strong>
<cite>citation</cite>
<del>deleted text (strikethough)</del>
<dfn title="title">definition</dfn>
<abbr title="This stands for something">abbreviation</abbr>
<ins>inserted text</ins>
<kbd>user input</kbd>
<samp>sample output</samp>
<mark>marked (highlighted) text</mark>
<small>small</small>
Superscript: e.g. E = mc<sup>2</sup>
Subscript: e.g. H<sub>2</sub>O
<var>variable or placeholder text</var>
ndash –
mdash —
<a href="">hyperlink</a>
<address>Address</address>
<code>inline code</code>
<pre>Preformatted text</pre>
<pre><code>/* <pre><code> */
10 print "Hello world";
20 goto 10;
Run</code></pre>