~ubuntu-branches/ubuntu/trusty/libtext-markdown-perl/trusty

« back to all changes in this revision

Viewing changes to t/PHP_Markdown-from-MDTest1.1.mdtest/Ins_and_del.xhtml

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann
  • Date: 2008-04-26 00:35:34 UTC
  • Revision ID: james.westby@ubuntu.com-20080426003534-oo979u4lubd1ltc1
Tags: upstream-1.0.19
ImportĀ upstreamĀ versionĀ 1.0.19

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<p>Here is a block tag ins:</p>
 
2
 
 
3
<ins>
 
4
<p>Some text</p>
 
5
</ins>
 
6
 
 
7
<p><ins>And here it is inside a paragraph.</ins></p>
 
8
 
 
9
<p>And here it is <ins>in the middle of</ins> a paragraph.</p>
 
10
 
 
11
<del>
 
12
<p>Some text</p>
 
13
</del>
 
14
 
 
15
<p><del>And here is ins as a paragraph.</del></p>
 
16
 
 
17
<p>And here it is <del>in the middle of</del> a paragraph.</p>