Expected behavior
Tidy should work inside of <v:textbox><w:txbxContent>...</w:txbxContent></v:textbox>
Actual behavior
A closing </w:r> tag is dropped:

More information:
If you modify the default styling, sometimes you can get the tidy to work again.


Steps to reproduce the behavior
- Create a text box
- Put some content in
- Tidy
- Observe the broken XML
P.S. Thanks for the plugin! It's been pretty solid otherwise.
Expected behavior
Tidy should work inside of
<v:textbox><w:txbxContent>...</w:txbxContent></v:textbox>Actual behavior
A closing
</w:r>tag is dropped:More information:
If you modify the default styling, sometimes you can get the tidy to work again.
Steps to reproduce the behavior
P.S. Thanks for the plugin! It's been pretty solid otherwise.