Worked Perfect by adding a line break. Thank You Very Much.
Rich Shumaker On Sun, Jan 8, 2017 at 2:47 PM, Eric Shulman <[email protected]> wrote: > 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 a topic in the > Google Groups "TiddlyWikiDev" group. > To unsubscribe from this topic, visit https://groups.google.com/d/ > topic/tiddlywikidev/aRNYwyZp74M/unsubscribe. > To unsubscribe from this group and all its topics, 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 > <https://groups.google.com/d/msgid/tiddlywikidev/2ad6954b-1a62-4b2e-a6c7-ea0b88f8b017%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- 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/CAJZvcmGOGdcA-MOvWucsqgF4qERF1KAmPcPQenwT3JyiFtqUYA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
