On Sunday, January 8, 2017 at 1:12:13 PM UTC-8, RichShumaker wrote:
>
> I used Transclusion and for some reason the formatting did not stay the 
> same.
>

Two solutions:

Your transclusion is being processed in "inline" mode.  As a result, the 
header syntax ("!!!"), which needs to be processed in "block" mode, is not 
being recognized

Two possible fixes:

1) Add another blank line between "Included Below" and "{{ Rich Shumaker 
}}".  This will cause the content from the transcluded tiddler to be 
processed as a separate block, which allows the header syntax to be handled 
properly.

Alternatively,

2) use the <$transclude> widget with the mode="block" param to explictly 
force block mode, regardless of surrounding whitespace
<$transclude tiddler="Rich Shumaker" mode="block" />


enjoy,
-e

Eric Shulman
TiddlyTools / ELS Design Studios
Inside TiddlyWiki: The Missing Manuals

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywikidev.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywikidev/2ad6954b-1a62-4b2e-a6c7-ea0b88f8b017%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to