As in the Question. I would like to use markdown but also some Macros. Is there a way to have the best of both worlds?
I believe markdown already accept writing “WikiScript”, those wikitext syntax apart from style markups.
So I recently considering making my WYSIWYG editor only support markdown, because its AST to Markdown is easier to maintain. And when core supports WikiText AST serialization, I can support writing “WikiScript” in “Advanced mode”.
1 Like
Hi, @linonetwo in my wiki, with the standart-markdown plugin installed, my homemade macros are not rendered when I chose text/markdown. A good converter would also be nice for these cases.
I think the trick is to invoke your macro on a single line – don’t spread it over multiple lines.
Well, thank you. Alas, e.g. when using an accordion linebreaks are often necessary