The wikitext-example macro doesn't work well with images

This commit is contained in:
Jeremy Ruston 2012-12-30 13:37:36 +00:00
parent 5b36ec80fa
commit a4141e4779
1 changed files with 8 additions and 2 deletions

View File

@ -100,9 +100,15 @@ A similar syntax can be used to transclude a list of tiddlers matching a specifi
! Images
To display an image stored in a tiddler just transclude that tiddler
To display an image stored in a tiddler just transclude that tiddler:
<<wikitext-example src:"{{Motovun Jack.jpg}}">>
```
{{Motovun Jack.jpg}}
```
Renders as:
{{Motovun Jack.jpg}}
! Lists