web-mode icon indicating copy to clipboard operation
web-mode copied to clipboard

RFE: support Pandoc HTML template syntax

Open sphakka opened this issue 10 months ago • 0 comments

Pandoc uses yet another HTML template syntax. No idea if that's based on any know engine. In a nutshell, two syntax variants are possible:

$if(variable)$
This is $variable$
$endif$

or (my preferred one):

${if(variable)}
This is ${variable}
${endif}

Could web-mode support it? It would be awesome :-)

sphakka avatar Apr 22 '24 19:04 sphakka