I am going to experiment with markdown
rendered files in a vue.js
context (combining the automatic Markdown rendering of Carry and the capabilities of Vue).
One problem I have out of the box is that both use {{ ... }}
delimiters.
Is it possible to change the ones used by Caddy?
I know that I can also make the change in Vue (via delimiters
) but I will extensively use them in my code, while the Caddy part will probably be one or two usages (mostly for the body and probably title).