Forgot password?
 Create new account
View 101|Reply 1

HTML minifier

[Copy link]

3146

Threads

8493

Posts

610K

Credits

Credits
66158
QQ

Show all posts

hbghlyj Posted at 2023-1-21 00:16:15 |Read mode
I find this HTML minifier problematic:
Between a pair of braces, white-space at start & end is trimmed.
For example,
  1. \text{ where where }
Copy the Code

produces
  1. \text{where where}
Copy the Code

The tool claims to minify HTML and embedded Javasript, but in fact cannot distinguish them.
Perhaps it intends to trim white-space in Javascript, but it also does so with text
So I disrecommend it.

3146

Threads

8493

Posts

610K

Credits

Credits
66158
QQ

Show all posts

 Author| hbghlyj Posted at 2023-1-21 00:23:40
Using HTML Minifier (v4.0.0)
  1. \text{ where where }
Copy the Code

produces
  1. \text{ where where }
Copy the Code

text is unchanged

手机版Mobile version|Leisure Math Forum

2025-4-20 21:59 GMT+8

Powered by Discuz!

× Quick Reply To Top Return to the list