~jaap.karssenberg/zim/pyzim-gtk3

« back to all changes in this revision

Viewing changes to tests/data/formats/wiki.txt

  • Committer: Jaap Karssenberg
  • Date: 2014-03-08 11:47:43 UTC
  • mfrom: (668.1.49 pyzim-refactor)
  • Revision ID: jaap.karssenberg@gmail.com-20140308114743-fero6uvy9zirbb4o
Merge branch with refactoring

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
{{./foobar.png?height=50}}
50
50
{{../my-image.png?width=600|Foo Bar}}
51
51
{{my-image.png?href=Foo}}
52
 
{{../my-image.png?href=:foo:bar&width=600|Foo Bar}}
 
52
{{../my-image.png?href=%3Afoo%3Abar&width=600|Foo Bar}}
53
53
 
54
54
{{./equation001.png?type=equation}} This equation has a source .tex file
55
55
{{./equation002.png?type=equation}} for this one it is missing
144
144
 
145
145
aaa
146
146
 
 
147
 
 
148
===== Some Objects =====
 
149
 
 
150
{{{code: lang="python" linenumbers="true"
 
151
def dump():
 
152
        for i in range(1, 5):
 
153
                print i
 
154
}}}
 
155
 
 
156
 
 
157
{{{nonexistingobjecttype: foo="bar"
 
158
Sing, O goddess, the rage of
 
159
Achilles son of Peleus, that
 
160
brought countless ills upon
 
161
the Achaeans.
 
162
}}}
 
163
 
 
164
 
147
165
====
148
166
This is not a header
149
167