This worked great!

Were getting SyntaxError: illegal XML character in the tiddler that
you called the macro from?

On Jun 3, 3:41 am, FND <[email protected]> wrote:
> > How would I go about making a little tool inside tiddlywiki that takes
> > markdown markup, and spits out html?
>
> Basics:
>      var src = "foo *bar* baz";
>      wikifyStatic(source, null, null, "markdown");
>      // returns "foo <em>bar</em> baz"
> (requires MarkdownFormatterPlugin, obviously)
>
> A simple macro based on this:
>      http://gist.github.com/423607
> (use the "raw" link)
>
> HTH.
>
> -- F.

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.

Reply via email to