What might be a good way to use and process macro's in Markdown. The docs have an example of variable-substitution, but not of more general macro's. A macro might look something like * ... ordinary markdown ...* * <<* name args >> * * ...body... * * <>* * ... ordinary markdown ...* where: - the name is an identifier - each arg is an identifier, number or string in quotes - the body is arbitrary text - Obviously, the parentheses <<*, <> could be anything that the parser could recognise Ideally, processing can be done in Lua, and the result of the macro is to be processed further, to generate Markdown, LaTeX, HTML or other languages. Any thoughts? -- You received this message because you are subscribed to the Google Groups "pandoc-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/ea6c613e-6f98-4db4-b714-3b2fce85c090n%40googlegroups.com.