PHP Classes

File: test/expect/Links-reference-style.html

Recommend this page to a friend!
  Classes of Manuel Lemos   PHP Markdown Parser   test/expect/Links-reference-style.html   Download  
File: test/expect/Links-reference-style.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: 410 bytes
 

Contents

Class file image Download
<p>Foo [bar] [1].</p> <p>Foo [bar][1].</p> <p>Foo [bar] [1].</p> <p>[1]: /url/ &quot;Title&quot;</p> <p></p> <p>With [embedded [brackets]] [b].</p> <p></p> <p>Indented [once][].</p> <p>Indented [twice][].</p> <p>Indented [thrice][].</p> <p>Indented [four][] times.</p> <p> [once]: /url</p> <p> [twice]: /url</p> <p> [thrice]: /url</p> <pre><code>[four]: /url </code></pre><p></p> <p></p> <p>[b]: /url/</p>