google-code-export / notepad2-mod

Automatically exported from code.google.com/p/notepad2-mod
Other
2 stars 1 forks source link

Reformat HTML/XML content [Feature request] #83

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What i'm looking for for a long time is notepad2 to have feature "reformat 
html/xml".

For example this content:
<root><child attr="a">Content</child></root>

will be reformatted to:
<root>
   <child attr="a">Content</child>
</root>

You can test such reformatting on - 
http://www.freeformatter.com/xml-formatter.html.

Original issue reported on code.google.com by psu...@gmail.com on 20 Aug 2012 at 6:45

GoogleCodeExporter commented 9 years ago

Original comment by XhmikosR on 20 Aug 2012 at 6:48