~kaijanmaki/+junk/indicators-ng

« back to all changes in this revision

Viewing changes to zinc/python/zinc/util/Markdown-2.6.2/tests/pl/Tests_2004/Inline HTML comments.html

  • Committer: Antti Kaijanmäki
  • Date: 2015-09-21 20:43:11 UTC
  • Revision ID: antti.kaijanmaki@canonical.com-20150921204311-bnmu8s14n6ovobyu
foo

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<p>Paragraph one.</p>
 
2
 
 
3
<!-- This is a simple comment -->
 
4
 
 
5
<!--
 
6
    This is another comment.
 
7
-->
 
8
 
 
9
<p>Paragraph two.</p>
 
10
 
 
11
<!-- one comment block -- -- with two comments -->
 
12
 
 
13
<p>The end.</p>