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

Closed
sphakka opened this issue Apr 22, 2024 · 4 comments
Closed

RFE: support Pandoc HTML template syntax #1305

sphakka opened this issue Apr 22, 2024 · 4 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 :-)

@fxbois
Copy link
Owner

fxbois commented Jul 30, 2024

Try to share on gist an example with all the different syntax please

@fxbois
Copy link
Owner

fxbois commented Aug 3, 2024

seems similar to the marko engine. You can try that

@fxbois fxbois closed this as completed Aug 3, 2024
@sphakka
Copy link
Author

sphakka commented Aug 4, 2024

Yeah, marko looks fine, thanks!

fxbois added a commit that referenced this issue Aug 4, 2024
@fxbois
Copy link
Owner

fxbois commented Aug 4, 2024

@sphakka I've added pandoc as synonym of marko

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

No branches or pull requests

2 participants