Implemented XML Formatter and simplified structure of XML tools #229
@@ -37,9 +37,9 @@ onMounted( () => {
 | 
				
			|||||||
                </sidebar-menu-element-component>
 | 
					                </sidebar-menu-element-component>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                <sidebar-menu-element-component category-name="Formatter">
 | 
					                <sidebar-menu-element-component category-name="Formatter">
 | 
				
			||||||
                    <SidebarToolLinkComponent path-to="/format/HTML" element-content="HTML Formatter" />
 | 
					                    <SidebarToolLinkComponent path-to="/format/HTML" element-content="HTML" />
 | 
				
			||||||
                    <SidebarToolLinkComponent path-to="/format/JSON" element-content="JSON Formatter" />
 | 
					                    <SidebarToolLinkComponent path-to="/format/JSON" element-content="JSON" />
 | 
				
			||||||
                    <SidebarToolLinkComponent path-to="/format/XML" element-content="XML Formatter" />
 | 
					                    <SidebarToolLinkComponent path-to="/format/XML" element-content="XML" />
 | 
				
			||||||
                </sidebar-menu-element-component>
 | 
					                </sidebar-menu-element-component>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user