Implemented XML Formatter and simplified structure of XML tools #229
@@ -4,9 +4,9 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
<template>
 | 
					<template>
 | 
				
			||||||
  <div class="dark:text-slate-100">
 | 
					  <div class="dark:text-slate-100">
 | 
				
			||||||
    <h1 class="text-3xl">Welcome to Release11 Tools</h1>
 | 
					    <h1 class="text-3xl mb-4">Welcome to Release11 Tools</h1>
 | 
				
			||||||
    <p>Our toolset is split to three main categories:</p>
 | 
					    <h2 class="text-xl">Our toolset is split to three main categories:</h2>
 | 
				
			||||||
    <ol class="list-decimal ml-10">
 | 
					    <ol class="list-decimal ml-5">
 | 
				
			||||||
      <li><strong>XML</strong> - containing various tools that allow to validate and transform any XML</li>
 | 
					      <li><strong>XML</strong> - containing various tools that allow to validate and transform any XML</li>
 | 
				
			||||||
      <li><strong>Formatter</strong> - containing tools for formatting text files in various formats</li>
 | 
					      <li><strong>Formatter</strong> - containing tools for formatting text files in various formats</li>
 | 
				
			||||||
      <li><strong>REST</strong> - consist of Mock that allows to create mocked REST endpoint</li>
 | 
					      <li><strong>REST</strong> - consist of Mock that allows to create mocked REST endpoint</li>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user