PHP Classes

File: test/expect/Horizontal-rules.html

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

Contents

Class file image Download
<p>Dashes:</p> <h2></h2> <p></p> <p> ---</p> <p> ---</p> <p> ---</p> <pre><code>--- </code></pre><p></p> <ul><li><p>- -</p> <p>- - -</p> <p>- - -</p> <p>- - -</p> <p>- - -</p> </li> </ul> <p>Asterisks:</p> <p><em></em>*</p> <p> <em></em>*</p> <p> <em></em>*</p> <p> <em></em>*</p> <pre><code><em></em>* </code></pre><p></p> <p><em></em> *</p> <p> <em></em> *</p> <p> <em></em> *</p> <p> <em></em> *</p> <pre><code><em></em> * </code></pre><p></p> <p></p> <p>Underscores:</p> <p>___</p> <p> ___</p> <p> ___</p> <p> ___</p> <pre><code>___ </code></pre><p></p> <p>_ _ _</p> <p> _ _ _</p> <p> _ _ _</p> <p> _ _ _</p> <pre><code>_ _ _ </code></pre>