Are there any solutions of having markdown and LaTeX rendering functional at the same time?
--
Thank you
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 tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/e6a8e640-5526-4ddb-894d-ec6afd8b4553%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I'm probably just showing my ignorance here, but is there any chance this would work if the order in which the parsers act would be swapped? If the TeXZilla plugin does the correct job for the '$$' delimited blocks (i.e. produces html output for them while ignoring the rest of the text), is it possible that the Markdown plugin would just work if applied after that?
In https://github.com/llpamies/texdown there is a simple tiddlywiki plugin that combines Marked and TeXZilla engines as Radu was requesting. The fancy options available in Marked are not enabled, but it is easy to add, even configure it from the tiddly wiki GUI.
Is there any option to get that into the main tree?
Jeremy,
In https://github.com/llpamies/texdown there is a simple tiddlywiki plugin that combines Marked and TeXZilla engines as Radu was requesting. The fancy options available in Marked are not enabled, but it is easy to add, even configure it from the tiddly wiki GUI.
I've tried a similar approach in https://github.com/padawanphysicist/tw5-mathdown, but using markdown-it as the Markdown parser. Do you think it would be possible to integrate the plugin to use MathJax as the LaTeX renderer in browsers where MathML is not available?