~kaijanmaki/+junk/indicators-ng

« back to all changes in this revision

Viewing changes to zinc/python/zinc/util/Markdown-2.6.2/tests/safe_mode/inline-html-advanced.txt

  • 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
Simple block on one line:
 
2
 
 
3
<div>foo</div>
 
4
 
 
5
And nested without indentation:
 
6
 
 
7
<div>
 
8
<div>
 
9
<div>
 
10
foo
 
11
</div>
 
12
</div>
 
13
<div>bar</div>
 
14
</div>