From a4141e477993c70f95ea264892046b5de3193508 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Sun, 30 Dec 2012 13:37:36 +0000 Subject: [PATCH] The wikitext-example macro doesn't work well with images --- editions/tw5.com/tiddlers/concepts/WikiText.tid | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/editions/tw5.com/tiddlers/concepts/WikiText.tid b/editions/tw5.com/tiddlers/concepts/WikiText.tid index 097065257..27a539024 100644 --- a/editions/tw5.com/tiddlers/concepts/WikiText.tid +++ b/editions/tw5.com/tiddlers/concepts/WikiText.tid @@ -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: -<> +``` +{{Motovun Jack.jpg}} +``` + +Renders as: + +{{Motovun Jack.jpg}} ! Lists