The $wikify <https://tiddlywiki.com/#WikifyWidget> widget remains an enigma. I believe the default output method is: *output="text"* Documentation for text : *Return the plain text of the rendered output (ie HTML tags are omitted)*
Perhaps try: *output="html"* Documentation for html : *Return the rendered HTML of the output* \define mc() This is a `code` and __underline__. <$wikify name="result" text="""<<mc>>""" output=html> <<result>> </$wikify> Result: This is a code and *underline*. On Wednesday, February 27, 2019 at 5:25:04 PM UTC+7, Mohammad wrote: > > Consider the below example in which a macro output contains some wikitext > has been fed to a wikify widget! > > > \define mc() This is a `code` and __underline__. > > > > <$wikify name="result" text="""<<mc>>"""> > > <<result>> > > </$wikify> > > Result is: > > This is a code and underline. > > While I expect an output like this: > > This is a code and *underline*. > > > What is the problem? Note to the code and underlined text! > > --Mohammae > > Note: The use case is to store the result and send it to another widget > (another scope) > > > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/52ea23e4-5225-4cd9-b5d3-e4ee9c573eb6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

