> pandoc extends markdown and has some table support, It does have lots of extensions that I miss in the standard Markdown, so that’s a good point. Still, I’d like to have a minimalistic tool for this that is 100 % based on functions.
> Have you heard of SexpCode? No, but that looks very familiar. ;) I want something less complicated, but having the function accept arguments other than just the string might be necessary. I think I’ll wrap the functions in parentheses rather than mustaches. > I've written something you might like. It can do both open/closing > tags and by indentations. Nice work. I did consider using \ for prefixing functions, but I ended up liking parentheses more.