~kaijanmaki/+junk/indicators-ng

« back to all changes in this revision

Viewing changes to zinc/python/zinc/util/Markdown-2.6.2/tests/basic/inline-html-advanced.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>Simple block on one line:</p>
 
2
<div>foo</div>
 
3
 
 
4
<p>And nested without indentation:</p>
 
5
<div>
 
6
<div>
 
7
<div>
 
8
foo
 
9
</div>
 
10
</div>
 
11
<div>bar</div>
 
12
</div>
 
 
b'\\ No newline at end of file'