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

RFE: support Pandoc HTML template syntax #1305

Open
sphakka opened this issue Apr 22, 2024 · 0 comments
Open

RFE: support Pandoc HTML template syntax #1305

sphakka opened this issue Apr 22, 2024 · 0 comments

Comments

@sphakka
Copy link

sphakka commented Apr 22, 2024

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

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

1 participant