PHP Classes

File: test/expect/Auto-links.html

Recommend this page to a friend!
  Classes of Manuel Lemos   PHP Markdown Parser   test/expect/Auto-links.html   Download  
File: test/expect/Auto-links.html
Role: Auxiliary data
Content type: text/plain
Description: Original test HTML output file by John Gruber
Class: PHP Markdown Parser
Parse Markdown documents and generate HTML tags
Author: By
Last change: Fixed the end of line buffer variable setting.
Date: 8 years ago
Size: 370 bytes
 

Contents

Class file image Download
<p>Link: &lt;http://example.com/&gt;.</p> <p>With an ampersand: &lt;http://example.com/?foo=1&amp;bar=2&gt;</p> <p>* In a list? * &lt;http://example.com/&gt; * It should.</p> <p>&gt; Blockquoted: &lt;http://example.com/&gt;</p> <p>Auto-links should not occur here: <code>&lt;http://example.com/&gt;</code></p> <pre><code>or here: &lt;http://example.com/&gt;</code></pre>