<!DOCTYPE html><html><head><title>test</title><link rel="stylesheet" type="text/css" href="base.css"></head><body><h2>Welcome to MarkdownPad 2</h2>
<p><strong>MarkdownPad</strong> is a full-featured Markdown editor for Windows.</p>
<h3>Built exclusively for Markdown</h3>
<p>Enjoy first-class Markdown support with easy access to Markdown syntax and convenient keyboard shortcuts.</p>
<hr/>
<p>Give them a try:</p>
<ul>
<li><strong>Bold</strong> (<code>Ctrl+B</code>) and <em>Italic</em> (<code>Ctrl+I</code>)</li>
<li>Quotes (<code>Ctrl+Q</code>)</li>
<li>Code blocks (<code>Ctrl+K</code>)</li>
<li>Headings 1, 2, 3 (<code>Ctrl+1</code>, <code>Ctrl+2</code>, <code>Ctrl+3</code>)</li>
<li>Lists (<code>Ctrl+U</code> and <code>Ctrl+Shift+O</code>)</li>
</ul>
<h3>See your <code>changes</code> instantly with LivePreview</h3>
<p>Don't guess if your <a href="http://markdownpad.com">hyperlink syntax</a> is correct; LivePreview will show you exactly what your document looks like every time you press a key.</p>
<h3>Make it your own</h3>
<p>Fonts, color schemes, layouts and stylesheets are all 100% customizable so you can turn MarkdownPad into your perfect editor.</p>
<h3>A robust editor for advanced Markdown users</h3>
<p>MarkdownPad supports multiple Markdown processing engines, including standard Markdown, Markdown Extra (with Table support) and GitHub Flavored Markdown.</p>
<p>With a tabbed document interface, PDF export, a built-in image uploader, session management, spell check, auto-save, syntax highlighting and a built-in CSS management interface, there's no limit to what you can do with MarkdownPad.</p>
<h1>TESTS</h1>
<p>whatifthewordistoobigforalinetestf.d.fdsfd.sdf.sdf.sd.fd.s.df.sd.f.sd.f.sdf.s.df.sdf.sd.fsd.gsadfgh.sdfh.ds.fh.dsfh.dsfh.dsf.h.dsfh.dsf.h.dsfh..sdfsfsdfsdf</p>
<p>there are other words first whatifthewordistoobigforalineanddoesn'tstartonanewlinetestf.d.fdsfd.sdf.sdf.sd.fd.s.df.sd.f.sd.f.sdf.s.df.sdf.sd.fsd.gsadfgh.sdfh.ds.fh.dsfh.dsfh.dsf.h.dsfh.dsf.h.dsfh..sdfsfsdfsdf</p>
<p>whatifthewordcanfitonalinebyitselfbutnotwithotherwordssdfsfsdfsdfdfsdfs</p>
<p>there are other words first whatifthewordcanfitonalinebyitselfbutnotwithotherwordssdfsfsdfsdfdfsfds</p>
<h1>Other Style Header</h1>
<h2>Other Style Header</h2>
<h1>H1 heading</h1>
<h2>H2 heading</h2>
<h3>H3 heading</h3>
<h4>H4 heading</h4>
<h5>H5 heading</h5>
<h1>H1 closed heading</h1>
<h2>H2 closed heading</h2>
<h3>H3 closed heading</h3>
<h4>H4 closed heading</h4>
<h5>H5 closed heading</h5>
<p>This is normal text here.<br/>
This is blockquoted text below:</p>
<blockquote>
<p>This is a blockquote with two paragraphs. Lorem ipsum dolor sit amet,<br/>
consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus.<br/>
Vestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus.</p>
<p>Donec sit amet nisl. Aliquam semper ipsum sit amet velit. Suspendisse<br/>
id sem consectetuer libero luctus adipiscing.</p>
</blockquote>
<p>Alternative block quoting syntax:</p>
<blockquote>
<p>This is a blockquote with two paragraphs. Lorem ipsum dolor sit amet,<br/>
consectetuer adipiscing elit. Aliquam hendrerit mi posuere lectus.<br/>
Vestibulum enim wisi, viverra nec, fringilla in, laoreet vitae, risus.</p>
<p>Donec sit amet nisl. Aliquam semper ipsum sit amet velit. Suspendisse<br/>
id sem consectetuer libero luctus adipiscing.</p>
</blockquote>
<p>Nested block quotes:</p>
<blockquote>
<p>This is the first level of quoting.</p>
<blockquote>
<p>This is nested blockquote.</p>
</blockquote>
<p>Back to the first level.</p>
</blockquote>
<p>Blockquotes containing other Markdown:</p>
<blockquote>
<h2>This is a header.</h2>
<ol>
<li> This is the first list item.</li>
<li> This is the second list item.</li>
</ol>
<p>Here's some example code:</p>
<pre><code>return shell_exec("echo $input | $markdown_script");
</code></pre>
</blockquote>
<h1>Lists</h1>
<ul>
<li>List syntax 1:
<ul>
<li> Red</li>
<li> Green</li>
<li> Blue</li>
</ul></li>
<li>List syntax 2:
<ul>
<li> Red</li>
<li> Green</li>
<li> Blue</li>
</ul></li>
<li>List syntax 3:
<ul>
<li> Red</li>
<li> Green</li>
<li> Blue</li>
</ul></li>
<li>Ordered lists:
<ol>
<li> Bird</li>
<li> McHale</li>
<li> Parish</li>
</ol></li>
</ul>
<p>To make lists look nice, you can wrap items with hanging indents:</p>
<ul>
<li><p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.<br/>
Aliquam hendrerit mi posuere lectus. Vestibulum enim wisi,<br/>
viverra nec, fringilla in, laoreet vitae, risus. </p></li>
<li><p>Donec sit amet nisl. Aliquam semper ipsum sit amet velit.<br/>
Suspendisse id sem consectetuer libero luctus adipiscing.</p></li>
</ul>
<p>But if you want to be lazy, you don’t have to:</p>
<ul>
<li> Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
Aliquam hendrerit mi posuere lectus. Vestibulum enim wisi,
viverra nec, fringilla in, laoreet vitae, risus.</li>
<li> Donec sit amet nisl. Aliquam semper ipsum sit amet velit.
Suspendisse id sem consectetuer libero luctus adipiscing.</li>
</ul>
<p>Preserved spacing in list:</p>
<ul>
<li><p>Bird</p></li>
<li><p>Magic</p></li>
</ul>
<p>Subsequent paragraphs in a list item must be indented by either 4 spaces or one tab:</p>
<ol>
<li><p>This is a list item with two paragraphs. Lorem ipsum dolor<br/>
sit amet, consectetuer adipiscing elit. Aliquam hendrerit<br/>
mi posuere lectus.</p>
<p>Vestibulum enim wisi, viverra nec, fringilla in, laoreet<br/>
vitae, risus. Donec sit amet nisl. Aliquam semper ipsum<br/>
sit amet velit.</p></li>
<li><p>Suspendisse id sem consectetuer libero luctus adipiscing.</p></li>
</ol>
<p>It looks nice if you indent every line of the subsequent paragraphs, but here again, Markdown will allow you to be lazy:</p>
<ul>
<li><p>This is a list item with two paragraphs.</p>
<p>This is the second paragraph in the list item. You're<br/>
only required to indent the first line. Lorem ipsum dolor<br/>
sit amet, consectetuer adipiscing elit.</p></li>
<li><p>Another item in the same list.</p></li>
</ul>
<p>To put a blockquote within a list item, the blockquote’s > delimiters need to be indented:</p>
<ul>
<li><p>A list item with a blockquote:</p>
<blockquote>
<p>This is a blockquote<br/>
inside a list item.</p>
</blockquote></li>
</ul>
<p>To put a code block within a list item, the code block needs to be indented twice — 8 spaces or two tabs:</p>
<ul>
<li><p>A list item with a code block:</p>
<pre><code><code goes here>
</code></pre></li>
</ul>
<p>It’s worth noting that it’s possible to trigger an ordered list by accident, by writing something like this:</p>
<ol>
<li>What a great season.</li>
</ol>
<p>In other words, a number-period-space sequence at the beginning of a line. To avoid this, you can backslash-escape the period:</p>
<p>1986. What a great season.</p>
<h2>CODE BLOCKS</h2>
<p>Pre-formatted code blocks are used for writing about programming or markup source code. Rather than forming normal paragraphs, the lines of a code block are interpreted literally. Markdown wraps a code block in both <code><pre></code> and <code><code></code> tags.</p>
<p>To produce a code block in Markdown, simply indent every line of the block by at least 4 spaces or 1 tab. For example, given this input:</p>
<p>This is a normal paragraph:</p>
<pre><code>This is a code block.
</code></pre>
<p>One level of indentation — 4 spaces or 1 tab — is removed from each line of the code block. For example, this:</p>
<p>Here is an example of AppleScript:</p>
<pre><code>tell application "Foo"
beep
end tell
</code></pre>
<p>A code block continues until it reaches a line that is not indented (or the end of the article).</p>
<p>Within a code block, ampersands (&) and angle brackets (< and >) are automatically converted into HTML entities. This makes it very easy to include example HTML source code using Markdown — just paste it and indent it, and Markdown will handle the hassle of encoding the ampersands and angle brackets. For example, this:</p>
<pre><code><div class="footer">
&copy; 2004 Foo Corporation
</div>
</code></pre>
<p>Regular Markdown syntax is not processed within code blocks. E.g., asterisks are just literal asterisks within a code block. This means it’s also easy to use Markdown to write about Markdown’s own syntax.</p>
<h2>HORIZONTAL RULES</h2>
<p>You can produce a horizontal rule tag (<code><hr /></code>) by placing three or more hyphens, asterisks, or underscores on a line by themselves. If you wish, you may use spaces between the hyphens or asterisks. Each of the following lines will produce a horizontal rule:</p>
<hr/>
<hr/>
<hr/>
<hr/>
<hr/>
<h2>SPAN ELEMENTS</h2>
<h3>LINKS</h3>
<p>Markdown supports two style of links: inline and reference.</p>
<p>In both styles, the link text is delimited by [square brackets].</p>
<p>To create an inline link, use a set of regular parentheses immediately after the link text’s closing square bracket. Inside the parentheses, put the URL where you want the link to point, along with an optional title for the link, surrounded in quotes. For example:</p>
<p>This is <a href="http://example.com/" title="Title">an example</a> inline link.</p>
<p><a href="http://example.net/">This link</a> has no title attribute.<br/>
Will produce:</p>
<p><p>This is <a href="http://example.com/" title="Title"><br/>
an example</a> inline link.</p></p>
<p><p><a href="http://example.net/">This link</a> has no<br/>
title attribute.</p><br/>
If you’re referring to a local resource on the same server, you can use relative paths:</p>
<p>See my <a href="/about/">About</a> page for details.<br/><br/>
Reference-style links use a second set of square brackets, inside which you place a label of your choosing to identify the link:</p>
<p>This is <a href="url/to/image" title="Optional title attribute">an example</a> reference-style link.<br/>
You can optionally use a space to separate the sets of brackets:</p>
<p>This is <a href="url/to/image" title="Optional title attribute">an example</a> reference-style link.<br/>
Then, anywhere in the document, you define your link label like this, on a line by itself:</p>
<p>That is:</p>
<p>Square brackets containing the link identifier (optionally indented from the left margin using up to three spaces);<br/>
followed by a colon;<br/>
followed by one or more spaces (or tabs);<br/>
followed by the URL for the link;<br/>
optionally followed by a title attribute for the link, enclosed in double or single quotes, or enclosed in parentheses.<br/>
The following three link definitions are equivalent:</p>
<p>NOTE: There is a known bug in Markdown.pl 1.0.1 which prevents single quotes from being used to delimit link titles.</p>
<p>The link URL may, optionally, be surrounded by angle brackets:</p>
<p>You can put the title attribute on the next line and use extra spaces or tabs for padding, which tends to look better with longer URLs:</p>
<p>Link definitions are only used for creating links during Markdown processing, and are stripped from your document in the HTML output.</p>
<p>Link definition names may consist of letters, numbers, spaces, and punctuation — but they are not case sensitive. E.g. these two links:</p>
<p>[link text][a]<br/>
[link text][A]<br/>
are equivalent.</p>
<p>The implicit link name shortcut allows you to omit the name of the link, in which case the link text itself is used as the name. Just use an empty set of square brackets — e.g., to link the word “Google” to the google.com web site, you could simply write:</p>
<p><a href="http://google.com/" title="Google">Google</a><br/>
And then define the link:</p>
<p>Because link names may contain spaces, this shortcut even works for multiple words in the link text:</p>
<p>Visit <a href="http://daringfireball.net/">Daring Fireball</a> for more information.<br/>
And then define the link:</p>
<p>Link definitions can be placed anywhere in your Markdown document. I tend to put them immediately after each paragraph in which they’re used, but if you want, you can put them all at the end of your document, sort of like footnotes.</p>
<p>Here’s an example of reference links in action:</p>
<p>I get 10 times more traffic from <a href="http://google.com/" title="Google">Google</a> than from<br/>
<a href="http://search.yahoo.com/" title="Yahoo Search">Yahoo</a> or <a href="http://search.msn.com/" title="MSN Search">MSN</a>.</p>
<p>Using the implicit link name shortcut, you could instead write:</p>
<p>I get 10 times more traffic from <a href="http://google.com/" title="Google">Google</a> than from<br/>
<a href="http://search.yahoo.com/" title="Yahoo Search">Yahoo</a> or <a href="http://search.msn.com/" title="MSN Search">MSN</a>.</p>
<p>Both of the above examples will produce the following HTML output:</p>
<p><p>I get 10 times more traffic from <a href="http://google.com/"<br/>
title="Google">Google</a> than from<br/>
<a href="http://search.yahoo.com/" title="Yahoo Search">Yahoo</a><br/>
or <a href="http://search.msn.com/" title="MSN Search">MSN</a>.</p><br/>
For comparison, here is the same paragraph written using Markdown’s inline link style:</p>
<p>I get 10 times more traffic from <a href="http://google.com/" title="Google">Google</a><br/>
than from <a href="http://search.yahoo.com/" title="Yahoo Search">Yahoo</a> or<br/>
<a href="http://search.msn.com/" title="MSN Search">MSN</a>.<br/>
The point of reference-style links is not that they’re easier to write. The point is that with reference-style links, your document source is vastly more readable. Compare the above examples: using reference-style links, the paragraph itself is only 81 characters long; with inline-style links, it’s 176 characters; and as raw HTML, it’s 234 characters. In the raw HTML, there’s more markup than there is text.</p>
<p>With Markdown’s reference-style links, a source document much more closely resembles the final output, as rendered in a browser. By allowing you to move the markup-related metadata out of the paragraph, you can add links without interrupting the narrative flow of your prose.</p>
<p>EMPHASIS</p>
<p>Markdown treats asterisks (*) and underscores (_) as indicators of emphasis. Text wrapped with one * or _ will be wrapped with an HTML <em> tag; double *’s or _’s will be wrapped with an HTML <strong> tag. E.g., this input:</p>
<p><em>single asterisks</em></p>
<p><em>single underscores</em></p>
<p><strong>double asterisks</strong></p>
<p><strong>double underscores</strong><br/>
will produce:</p>
<p><em>single asterisks</em></p>
<p><em>single underscores</em></p>
<p><strong>double asterisks</strong></p>
<p><strong>double underscores</strong><br/>
You can use whichever style you prefer; the lone restriction is that the same character must be used to open and close an emphasis span.</p>
<p>Emphasis can be used in the middle of a word:</p>
<p>un<em>frigging</em>believable</p>
<p>But if you surround an * or _ with spaces, it’ll be treated as a literal asterisk or underscore.</p>
<p>To produce a literal asterisk or underscore at a position where it would otherwise be used as an emphasis delimiter, you can backslash escape it:</p>
<p>*this text is surrounded by literal asterisks*</p>
<p>CODE</p>
<p>To indicate a span of code, wrap it with backtick quotes (`). Unlike a pre-formatted code block, a code span indicates code within a normal paragraph. For example:</p>
<p>Use the <code>printf()</code> function.</p>
<p>will produce:</p>
<p><p>Use the <code>printf()</code> function.</p><br/>
To include a literal backtick character within a code span, you can use multiple backticks as the opening and closing delimiters:</p>
<p><code>There is a literal backtick (`) here.</code></p>
<p>which will produce this:</p>
<p><p><code>There is a literal backtick (`) here.</code></p></p>
<p>The backtick delimiters surrounding a code span may include spaces — one after the opening, one before the closing. This allows you to place literal backtick characters at the beginning or end of a code span:</p>
<p>A single backtick in a code span: <code>`</code></p>
<p>A backtick-delimited string in a code span: <code>`foo`</code></p>
<p>will produce:</p>
<p><p>A single backtick in a code span: <code>`</code></p></p>
<p><p>A backtick-delimited string in a code span: <code><code>foo</code></code></p></p>
<p>With a code span, ampersands and angle brackets are encoded as HTML entities automatically, which makes it easy to include example HTML tags. Markdown will turn this:</p>
<p>Please don't use any <code><blink></code> tags.</p>
<p>into:</p>
<p><p>Please don't use any <code><blink></code> tags.</p></p>
<p>You can write this:</p>
<p><code>&#8212;</code> is the decimal-encoded equivalent of <code>&mdash;</code>.</p>
<p>to produce:</p>
<p><p><code>&#8212;</code> is the decimal-encoded<br/>
equivalent of <code>&mdash;</code>.</p></p>
<p>IMAGES</p>
<p>Admittedly, it’s fairly difficult to devise a “natural” syntax for placing images into a plain text document format.</p>
<p>Markdown uses an image syntax that is intended to resemble the syntax for links, allowing for two styles: inline and reference.</p>
<p>Inline image syntax looks like this:</p>
<p><img src="/path/to/img.jpg" alt="Alt text"/></p>
<p><img src="/path/to/img.jpg" alt="Alt text" title="Optional title"/><br/>
That is:</p>
<p>An exclamation mark: !;<br/>
followed by a set of square brackets, containing the alt attribute text for the image;<br/>
followed by a set of parentheses, containing the URL or path to the image, and an optional title attribute enclosed in double or single quotes.<br/>
Reference-style image syntax looks like this:</p>
<p><img src="url/to/image" alt="Alt text" title="Optional title attribute"/><br/>
Where “id” is the name of a defined image reference. Image references are defined using syntax identical to link references:</p>
<p>As of this writing, Markdown has no syntax for specifying the dimensions of an image; if this is important to you, you can simply use regular HTML <img> tags.</p>
<p>MISCELLANEOUS</p>
<p>AUTOMATIC LINKS</p>
<p>Markdown supports a shortcut style for creating “automatic” links for URLs and email addresses: simply surround the URL or email address with angle brackets. What this means is that if you want to show the actual text of a URL or email address, and also have it be a clickable link, you can do this:</p>
<p><a href="http://example.com/">http://example.com/</a></p>
<p>Markdown will turn this into:</p>
<p><a href="http://example.com/">http://example.com/</a></p>
<p>Automatic links for email addresses work similarly, except that Markdown will also perform a bit of randomized decimal and hex entity-encoding to help obscure your address from address-harvesting spambots. For example, Markdown will turn this:</p>
<p><a href="mailto:address@example.com">address@example.com</a></p>
<p>into something like this:</p>
<p><a href="&#x6D;&#x61;i&#x6C;&#x74;&#x6F;:&#x61;&#x64;&#x64;&#x72;&#x65;<br/>
&#115;&#115;&#64;&#101;&#120;&#x61;&#109;&#x70;&#x6C;e&#x2E;&#99;&#111;<br/>
&#109;">address@exa<br/>
mple.com</a></p>
<p>which will render in a browser as a clickable link to</p>
<p>“address@example.com”.</p>
<p>(This sort of entity-encoding trick will indeed fool many, if not most, address-harvesting bots, but it definitely won’t fool all of them. It’s better than nothing, but an address published in this way will probably eventually start receiving spam.)</p>
<p>BACKSLASH ESCAPES</p>
<p>Markdown allows you to use backslash escapes to generate literal characters which would otherwise have special meaning in Markdown’s formatting syntax. For example, if you wanted to surround a word with literal asterisks (instead of an HTML <code><em></code> tag), you can use backslashes before the asterisks, like this:</p>
<p>*literal asterisks*</p>
<p>Markdown provides backslash escapes for the following characters:</p>
<ul>
<li>\ backslash</li>
<li>` backtick</li>
<li>* asterisk</li>
<li>_ underscore</li>
<li>{} curly braces</li>
<li>[] square brackets</li>
<li>() parentheses</li>
<li># hash mark</li>
<li>+ plus sign</li>
<li>- minus sign (hyphen)</li>
<li>. dot</li>
<li>! exclamation mark</li>
</ul>