> showing some basic TW markup examples. I have tried to edit the
> EditTemplate to include <<tiddler EditorMarkupExamples>> (the table of
> markup examples is in EditorMarkupExamples) so that the small example
...
> <div class='examples' tiddler='EditorMarkupExamples'></div>
> <div class='examples' <<tiddler EditorMarkupExamples>>></div>
> <span><<tiddler EditorMarkupExamples>></span>
> <span tiddler ='EditorMarkupExamples'></span>
In TW templates, to invoke a macro (such as <<tiddler>>) you use this
syntax:
<div class='...' macro='tiddler EditorMarkupExamples'></div>
where 'class' can be whatever you want, and the contents of
macro='...' are exactly the same as what occurs between the << and >>
when the macro is invoked from normal tiddler content.
enjoy,
-e