AnyText icon indicating copy to clipboard operation
AnyText copied to clipboard

Compiles code automatically

Open EgoHeroic opened this issue 1 year ago • 0 comments

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>

EgoHeroic avatar Dec 05 '24 17:12 EgoHeroic