Example: air traffic controller

MARKDOWN packetlife

Jeremy # Text<h1>Text</h1>## Text<h2>Text</h2>### Text<h3>Text</h3>#### Text<h4>Text</h4>##### Text<h5>Text</h5>###### Text<h6>Text</h6>Blockquotes> Lorem ipsum> dolor sit amet<blockquote> <p>Lorem ipsum dolor sit amet</p> </blockquote>> Lorem ipsum dolorsit amet<blockquote> <p>Lorem ipsum dolor sit amet</p> </blockquote>> Level one>> > Level two> >> > > Level three<blockquote> <p>Level one</p> <blockquote> <p>Level two</p> <blockquote> <p>Level three</p> </blockquote> </blockquote> </blockquote>Lists* Sizes* Shapes* Colors* Blue* Green<ul> <li>Sizes</li> <li>Shapes</li> <li>Colors<ul> <li>Blue</li> <li>Green</li> </ul> </li> </ul>1. First2. Second3. Third1. Alpha2. Bravo<ol> <li>First</li> <li>Second</li> <li>Third<ol> <li>Alpha</li> <li>Bravo</li> </ol> </li> </ol>Code BlocksNormal text#include < > <p>Normal text</p> <pre> <code>#include < > </code> </pre>Inline CodeUse `<div>` tagsUse<code> <div> </code> tags``echo `uname -a```<code>echo `uname -a`</code>Horizontal Rules* * *<hr />**<hr />- - -<hr />---<hr />Emphasis*Emphasis*<em>Emphasis</em>_Emphasis_<em>Emphasis</em>**Strong**<strong>Strong</strong>__

packetlife.net by Jeremy Stretch v2.0 MARKDOWN Headers # Text <h1>Text </h1> ## Text <h2>Text </h2> ### Text <h3>Text </h3> #### Text <h4>Text </h4> ##### Text <h5>Text </h5> ...

Tags:

  Markdown

Information

Domain:

Source:

Link to this page:

Please notify us if you found a problem with this document:

Other abuse

Transcription of MARKDOWN packetlife

1 Jeremy # Text<h1>Text</h1>## Text<h2>Text</h2>### Text<h3>Text</h3>#### Text<h4>Text</h4>##### Text<h5>Text</h5>###### Text<h6>Text</h6>Blockquotes> Lorem ipsum> dolor sit amet<blockquote> <p>Lorem ipsum dolor sit amet</p> </blockquote>> Lorem ipsum dolorsit amet<blockquote> <p>Lorem ipsum dolor sit amet</p> </blockquote>> Level one>> > Level two> >> > > Level three<blockquote> <p>Level one</p> <blockquote> <p>Level two</p> <blockquote> <p>Level three</p> </blockquote> </blockquote> </blockquote>Lists* Sizes* Shapes* Colors* Blue* Green<ul> <li>Sizes</li> <li>Shapes</li> <li>Colors<ul> <li>Blue</li> <li>Green</li> </ul> </li> </ul>1. First2. Second3. Third1. Alpha2. Bravo<ol> <li>First</li> <li>Second</li> <li>Third<ol> <li>Alpha</li> <li>Bravo</li> </ol> </li> </ol>Code BlocksNormal text#include < > <p>Normal text</p> <pre> <code>#include < > </code> </pre>Inline CodeUse `<div>` tagsUse<code> <div> </code> tags``echo `uname -a```<code>echo `uname -a`</code>Horizontal Rules* * *<hr />**<hr />- - -<hr />---<hr />Emphasis*Emphasis*<em>Emphasis</em>_Emphasis_<em>Emphasis</em>**Strong**<strong>Strong</strong>__Strong__<strong>Strong</strong>*Super*emphasis<em>Super</em>emphasis**Super**strong<strong>Super</strong>strongEscapable Characters\Backslash`Backtick*_{ }[ ]AsteriskUnderscoreCurly bracesSquare brackets( )Parantheses#Hash mark+.

2 !Plus signHyphenPeriodExclamationLinks[Google] ( )<a href=" ">Google</a>[Google]( "Search")<a href=" " title="Search">Google</a>[google]: "Search"[Google][google]<a href=" " title="Search">Google</a> < > <a href=" "> </a>Images![Alt text](/path/ )<img src="/path/ " alt="Alt text"/>![Alt text](/path/ "Title")<img src="/path/ " alt="Alt text" title="Title"/>[img1]: /path/ "Title"![Alt text][img1]<img src="/path/ " alt="Alt text" title="Title"/> MARKDOWN is available at


Related search queries