Update instructions
This commit is contained in:
@@ -137,7 +137,8 @@
|
||||
|
||||
<pre><code>### My Heading
|
||||
|
||||
* Numbered item</code></pre>
|
||||
1. Numbered item
|
||||
* Indented bulleted item</code></pre>
|
||||
|
||||
<p>will produce:</p>
|
||||
|
||||
@@ -146,6 +147,9 @@
|
||||
|
||||
<ol>
|
||||
<li>Numbered item</li>
|
||||
<ul>
|
||||
<li>Indented bulleted item</li>
|
||||
</ul>
|
||||
</ol>
|
||||
|
||||
</blockquote>
|
||||
@@ -204,6 +208,7 @@ Some text.
|
||||
2. **Numbered item 2**
|
||||
* *Bullet 1*
|
||||
* Bullet 2
|
||||
1. Numbered item 3
|
||||
|
||||
***Bold & italics***
|
||||
|
||||
@@ -233,6 +238,9 @@ A link to [Google](https://google.com).</code></pre>
|
||||
<ul>
|
||||
<li><i>Bullet 1</i></li>
|
||||
<li>Bullet 2</li>
|
||||
<ol>
|
||||
<li>Numbered item 3</li>
|
||||
</ol>
|
||||
</ul>
|
||||
|
||||
<p><b><i>Bold & italics</i></b></p>
|
||||
|
||||
Reference in New Issue
Block a user