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
Having math tag wrapped in some other html tag causes new lines and indentation issues. Both opening and closing math tags are in the same line as the wrapping tag. I am using html function with a default options in js script. Using Beautify HTML on https://beautifier.io/ page gives the same result.
Description
Having
math
tag wrapped in some other html tag causes new lines and indentation issues. Both opening and closingmath
tags are in the same line as the wrapping tag. I am using html function with a default options in js script. Using Beautify HTML on https://beautifier.io/ page gives the same result.Input
The code looked like this before beautification:
Expected Output
The code should have looked like this after beautification:
Actual Output
The code actually looked like this after beautification:
Steps to Reproduce
Beautify HTML
from dropdown and clickBeautify Code
Environment
OS: https://beautifier.io/
Settings
default ones with no additional settings
The text was updated successfully, but these errors were encountered: