I have several tiddlers that only contain single codeblocks.
Like, these are two tiddlers:
Tiddler1

> ```
> line 1
> line 2
> line 3
> ```

Tiddler2

> ```
> text 1
> text 2
> text 3

```

I would like to use Transclude widget to combine them as a single block.
I tried this:

> <$transclude tiddler="Tiddler 1" mode=block/>
> <$transclude tiddler="Tiddler 2" mode=block/>

But I still get two separate codeblocks.
Surrounding these two widget calls with ``` also doesn't work as it does 
not get wikified.
So how do I do that?

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to