Is it possible to use different delimiters in markdown templates?

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).

You can change the Caddy templates delimiter using the between subdirective: https://caddyserver.com/docs/templates

Edit: Ah, sorry, just saw that you’re using markdown. Ummm I don’t think it can be changed with markdown directive specifically…

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.