logseq / mldoc

Another Emacs Org-mode and Markdown parser.
GNU Affero General Public License v3.0
233 stars 20 forks source link

macro arguments with comma not properly supported #129

Open undefdev opened 1 year ago

undefdev commented 1 year ago

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?

stdword commented 1 year ago

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