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
This is the minimum code to reproduce this issue, you have to make at least one column in the inner-table, otherwise the program will run well.
I don't know if it's ok to use table in a table. But I was writing a spring mvc thymeleaf template, I wanted to render table modals in each outer-table line. I was using vim-autoformat plugin, and I have tested this issue in command line as well, both reproduced.
Description
Nested tables are not correctly beautified.
This is the minimum code to reproduce this issue, you have to make at least one column in the inner-table, otherwise the program will run well.
I don't know if it's ok to use table in a table. But I was writing a spring mvc thymeleaf template, I wanted to render table modals in each outer-table line. I was using vim-autoformat plugin, and I have tested this issue in command line as well, both reproduced.
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
Environment
OS: Ubuntu 18.04 LTS
with default settings.
The text was updated successfully, but these errors were encountered: