mirror of
https://github.com/danog/blackfriday.git
synced 2024-11-26 12:04:46 +01:00
commit
a1ae674f6f
12
testdata/Markdown Documentation - Basics.html
vendored
12
testdata/Markdown Documentation - Basics.html
vendored
@ -244,6 +244,18 @@ numbers and spaces, but are <em>not</em> case sensitive:</p>
|
||||
<a href="http://www.nytimes.com/">The New York Times</a>.</p>
|
||||
</code></pre>
|
||||
|
||||
<p>It is also common to find other protocols such as ftp used for links:</p>
|
||||
|
||||
<p>Input:</p>
|
||||
|
||||
<pre><code>For example one may test download speeds [here](ftp://speedtest.tele2.net/)
|
||||
</code></pre>
|
||||
|
||||
<p>Output:</p>
|
||||
|
||||
<pre><code><p>For example one may test download speeds <a href="ftp://speedtest.tele2.net/">here</a>.</p>
|
||||
</code></pre>
|
||||
|
||||
<h3>Images</h3>
|
||||
|
||||
<p>Image syntax is very much like link syntax.</p>
|
||||
|
@ -239,6 +239,15 @@ Output:
|
||||
<p>I start my morning with a cup of coffee and
|
||||
<a href="http://www.nytimes.com/">The New York Times</a>.</p>
|
||||
|
||||
It is also common to find other protocols such as ftp used for links:
|
||||
|
||||
Input:
|
||||
|
||||
For example one may test download speeds [here](ftp://speedtest.tele2.net/)
|
||||
|
||||
Output:
|
||||
|
||||
<p>For example one may test download speeds <a href="ftp://speedtest.tele2.net/">here</a>.</p>
|
||||
|
||||
### Images ###
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user