1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-23 18:17:20 +00:00

Fix typos in docs for image parser

This commit is contained in:
Jermolene 2014-05-06 19:00:34 +01:00
parent 76e8640c31
commit abe0ce28b9

View File

@ -8,9 +8,7 @@ Wiki text inline rule for embedding images. For example:
``` ```
[img[http://tiddlywiki.com/fractalveg.jpg]] [img[http://tiddlywiki.com/fractalveg.jpg]]
[img width=23 height=24 [http://tiddlywiki.com/fractalveg.jpg]] [img width=23 height=24 [http://tiddlywiki.com/fractalveg.jpg]]
[img 23x24 [http://tiddlywiki.com/fractalveg.jpg]]
[img width={{!!width}} height={{!!height}} [http://tiddlywiki.com/fractalveg.jpg]] [img width={{!!width}} height={{!!height}} [http://tiddlywiki.com/fractalveg.jpg]]
[img {{!!width}}x{{!!height}} [http://tiddlywiki.com/fractalveg.jpg]]
[img[Description of image|http://tiddlywiki.com/fractalveg.jpg]] [img[Description of image|http://tiddlywiki.com/fractalveg.jpg]]
[img[TiddlerTitle]] [img[TiddlerTitle]]
[img[Description of image|TiddlerTitle]] [img[Description of image|TiddlerTitle]]