Markdown.pdf

(43 KB) Pobierz
M ARKDOWN
packetlife.net
Headers
Blockquotes
<blockquote>
<p> Lorem ipsum dolor sit amet </p>
</blockquote>
# Text
<h1> Text </h1>
> Lorem ipsum
> dolor sit amet
## Text
<h2> Text </h2>
<blockquote>
<p> Lorem ipsum dolor sit amet </p>
</blockquote>
### Text
<h3> Text </h3>
> Lorem ipsum dolor
sit amet
#### Text
<h4> Text </h4>
##### Text
<h5> Text </h5>
<blockquote><p> Level one </p>
<blockquote><p> Level two </p>
<blockquote><p> Level three </p>
</blockquote>
</blockquote>
</blockquote>
> Level one
>
> > Level two
> >
> > > Level three
###### Text
<h6> Text </h6>
Lists
<ul>
<li> Sizes </li>
<li> Shapes </li>
<li> Colors
<ul>
<li> Blue </li>
<li> Green </li>
</ul></li>
</ul>
* Sizes
* Shapes
* Colors
* Blue
* Green
Inline Code
Use `<div>` tags
Use <code> &lt;div&gt; </code> tags
``echo `uname -a```
<code> echo `uname -a` </code>
Code Blocks
<p> Normal text </p>
<pre><code>
#include &lt;stdio.h&gt;
</code></pre>
Normal text
<ol>
<li> First </li>
<li> Second </li>
<li> Third
<ol>
<li> Alpha </li>
<li> Bravo </li>
</ol></li>
</ol>
1. First
2. Second
3. Third
1. Alpha
2. Bravo
#include <stdio.h>
Horizontal Rules
* * *
- - -
<hr />
<hr />
***
---
<hr />
<hr />
Emphasis
Escapable Characters
Backslash
( ) Parantheses
*Emphasis*
<em> Emphasis </em>
\
Backtick
Hash mark
_Emphasis_
<em> Emphasis </em>
`
#
Asterisk
Plus sign
**Strong**
<strong> Strong </strong>
*
+
Underscore
Hyphen
__Strong__
<strong> Strong </strong>
_
-
Curly braces
Period
*Super*emphasis
<em> Super </em> emphasis
{ }
.
Square brackets
Exclamation
**Super**strong
<strong> Super </strong> strong
[ ]
!
Links
[Google](http://google.com/)
<a href=" http://google.com/ "> Google </a>
[Google](http://google.com/ "Search")
<a href=" http://google.com/ " title=" Search "> Google </a>
[google]: http://google.com/ "Search"
[Google][google]
<a href=" http://google.com/ " title=" Search "> Google </a>
<http://google.com>
<a href=" http://google.com/ "> http://google.com </a>
Images
![Alt text](/path/to/img.jpg)
<img src=" /path/to/img.jpg " alt=" Alt text "/>
![Alt text](/path/to/img.jpg "Title")
<img src=" /path/to/img.jpg " alt=" Alt text " title=" Title "/>
[img1]: /path/to/img.jpg "Title"
![Alt text][img1]
<img src=" /path/to/img.jpg " alt=" Alt text " title=" Title "/>
Markdown is available at http://daringfireball.net/projects/markdown/
by Jeremy Stretch
v2.0
1016647100.008.png 1016647100.009.png 1016647100.010.png 1016647100.011.png 1016647100.001.png 1016647100.002.png 1016647100.003.png 1016647100.004.png 1016647100.005.png 1016647100.006.png 1016647100.007.png
Zgłoś jeśli naruszono regulamin