AnyText
AnyText copied to clipboard
Compiles code automatically
Can't just add code as a plain text, it compiles, shortens, do all that.
For example this one:
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9 ">
<url>
<loc><http://example.com/</loc>>
<lastmod>2024-01-01</lastmod>
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc><http://example.com/about/</loc>>
<lastmod>2024-01-01</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
</urlset>