github.com/aretext/aretext@v1.3.0/syntax/languages/testdata/xml/example.xml (about) 1 <!DOCTYPE html> 2 <html lang="en"> 3 <meta charset="utf-8"> 4 <head> 5 <title>example</title> 6 <style> 7 :root { 8 --fg-color: #1a1a1a; 9 --bg-color: #fdfdfd; 10 } 11 </style> 12 </head> 13 <body> 14 <header> 15 <h1>example</h1> 16 <p>this is an example <a href=".">link</a></p> 17 </header> 18 19 <section> 20 <article> 21 <h2>subhead</h2> 22 <p>subparagraph</p> 23 <div class="someclass">test div</div> 24 </article> 25 </section> 26 </body> 27 </html>