You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started the other way around this time - the implementation in vibe.d does pretty printing, which is nice for debugging, but wastes transfer bandwidth, while diet-ng outputs as compact as possible. But the plan is definitely to add both modes to diet-ng.
I've noticed that the diet-ng doesn't output the newline characters after tags.
diet-ng (vibe 0.7.30-beta.1) output:
<!DOCTYPE html><html><body><div>something</div></body></html>
classic diet (vibe 0.7.29) output:
The text was updated successfully, but these errors were encountered: