|
|
@@ -1,6 +1,6 @@
|
|
|
<div id="snippet-basic-styles">
|
|
|
<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>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 we need to remove something, for example during collaborative editing. <s>The strikeout is a right choice then</s>.</p>
|
|
|
<p>If you are dealing with software development, having the option to mark the inline code like <code>printf("hello, world\n");</code> is also very useful.</p>
|