|
|
@@ -1,8 +1,8 @@
|
|
|
<div id="snippet-basic-styles">
|
|
|
- <p><strong>This text is bold</strong>.</p>
|
|
|
- <p><i>This text is italic</i>.</p>
|
|
|
- <p><u>This text is underlined</u>.</p>
|
|
|
- <p><s>This is a strikethrough text</s>.</p>
|
|
|
- <p><code>This is an inline code</code>.</p>
|
|
|
- <p>These are <sub>a subscript</sub> and <sup>a superscript</sup>.</p>
|
|
|
+ <p>When you need to make something seem very important, <strong>bold seems to be the right choice</strong>.</p>
|
|
|
+ <p>Italics can be used for foreign words like the Greek <em>týpos</em> — „reflection, form” and <em>gráphō</em> — „I am writing”, which form „typography”.</p>
|
|
|
+ <p>It is rather rare to use underlined text <u>as this stands out very much and should be used with extreme caution</u>.</p>
|
|
|
+ <p>There are also situations when you need to remove something, for example during collaborative editing. <s>The strikethrough is a right choice then</s>.</p>
|
|
|
+ <p>If you are dealing with software development, having the option to mark inline code like <code>printf("hello, world\n");</code> is also very useful.</p>
|
|
|
+ <p>These are also <sub>subscript</sub> and <sup>superscript </sup>types that you may utilize in chemistry or in math related texts where you have things like H<sub>2</sub>O or x<sup>2</sup>.</p>
|
|
|
</div>
|