Is your feature request related to a problem? Please describe.
I'd like to use a prettier-ignore statement in my Lektor jinja templates, but the example {% # prettier-ignore %} doesn't work for me: when compiling, the template the engine complains about # being an unexpected character.
Describe the solution you'd like
I tried using {# prettier-ignore #} but it doesn't work, even though {# #} seems like the currently supported method of inserting comments in jinja templates.
Describe alternatives you've considered
I found a workaround which consists of {# {% # prettier-ignore %} #} and works, but I hope you'll agree, is ugly as heck.
Checklist
Is your feature request related to a problem? Please describe.
I'd like to use a
prettier-ignorestatement in my Lektor jinja templates, but the example{% # prettier-ignore %}doesn't work for me: when compiling, the template the engine complains about#being an unexpected character.Describe the solution you'd like
I tried using
{# prettier-ignore #}but it doesn't work, even though{# #}seems like the currently supported method of inserting comments in jinja templates.Describe alternatives you've considered
I found a workaround which consists of
{# {% # prettier-ignore %} #}and works, but I hope you'll agree, is ugly as heck.Checklist