Open pinkfrog9 opened 1 year ago
Thanks for opening your first issue here!
Thanks! Is it always "real" js or is there sometimes template syntax? I'm using the python version of js beauty here and it can only handle real js. We can probably add flags for both though.
Thanks! Is it always "real" js or is there sometimes template syntax? In my use case, I use jinja2 + alpine.js. So the x-data can contain jinja template.
is there a way do disable the formatting inside the ticks for html attributes?
For example, the following code,
After formatting becomes this:
Is there some mechanism to format the js inside x-data field. If not, is it possible to disable the format on x-data?