PHP Classes

File: test/expect/emphasis.txt

Recommend this page to a friend!
  Classes of Manuel Lemos   PHP Markdown Parser   test/expect/emphasis.txt   Download  
File: test/expect/emphasis.txt
Role: Auxiliary data
Content type: text/plain
Description: Emphasis test expected output
Class: PHP Markdown Parser
Parse Markdown documents and generate HTML tags
Author: By
Last change: Added support to links with nested images.
Fixed the offsets of some span elements.
Date: 9 years ago
Size: 1,653 bytes
 

Contents

Class file image Download
array(5) { ["Type"]=> string(3) "TAG" ["Name"]=> string(1) "p" ["Position"]=> int(0) ["Line"]=> int(1) ["Column"]=> int(1) } array(5) { ["Type"]=> string(4) "DATA" ["Data"]=> string(5) "Well " ["Position"]=> int(0) ["Line"]=> int(1) ["Column"]=> int(1) } array(5) { ["Type"]=> string(3) "TAG" ["Name"]=> string(2) "em" ["Position"]=> int(5) ["Line"]=> int(1) ["Column"]=> int(6) } array(5) { ["Type"]=> string(4) "DATA" ["Data"]=> string(4) "this" ["Position"]=> int(6) ["Line"]=> int(1) ["Column"]=> int(7) } array(5) { ["Type"]=> string(6) "ENDTAG" ["Name"]=> string(2) "em" ["Position"]=> int(11) ["Line"]=> int(1) ["Column"]=> int(12) } array(5) { ["Type"]=> string(4) "DATA" ["Data"]=> string(7) " is in " ["Position"]=> int(11) ["Line"]=> int(1) ["Column"]=> int(12) } array(5) { ["Type"]=> string(3) "TAG" ["Name"]=> string(2) "em" ["Position"]=> int(18) ["Line"]=> int(1) ["Column"]=> int(19) } array(5) { ["Type"]=> string(4) "DATA" ["Data"]=> string(8) "emphasis" ["Position"]=> int(20) ["Line"]=> int(1) ["Column"]=> int(21) } array(5) { ["Type"]=> string(6) "ENDTAG" ["Name"]=> string(2) "em" ["Position"]=> int(30) ["Line"]=> int(1) ["Column"]=> int(31) } array(5) { ["Type"]=> string(4) "DATA" ["Data"]=> string(7) " style." ["Position"]=> int(30) ["Line"]=> int(1) ["Column"]=> int(31) } array(5) { ["Type"]=> string(6) "ENDTAG" ["Name"]=> string(1) "p" ["Position"]=> int(37) ["Line"]=> int(1) ["Column"]=> int(38) }