Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

macro arguments with comma not properly supported #129

Open
undefdev opened this issue Nov 21, 2022 · 1 comment
Open

macro arguments with comma not properly supported #129

undefdev opened this issue Nov 21, 2022 · 1 comment

Comments

@undefdev
Copy link

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
Copy link
Contributor

stdword commented May 13, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants