mldoc icon indicating copy to clipboard operation
mldoc copied to clipboard

macro arguments with comma not properly supported

Open undefdev opened this issue 3 years ago • 1 comments

I have created a macro to quickly make quotations which should like this:

image

If I put the quote argument in quotation marks it looks like this (the quotation marks are shown):

{{quote "All models are wrong, but some are useful", George Box}}
image

But if I remove them, then it (of course) can't tell where the quote ends:

{{quote All models are wrong, but some are useful, George Box}}
image

It would be nice if the quotation marks could be removed. Is there a canonical way to do this?

undefdev avatar Nov 21 '22 09:11 undefdev

@undefdev @MeneDev while this issue is still open, you can use 🏛 Full House Templates plugin and its :template-view command:

stdword avatar May 13 '23 01:05 stdword