Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 21st, 2012  |  syntax: None  |  size: 0.33 KB  |  hits: 24  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. This
  2. ul>(li>h2+p)+(li>h2+p+a*3)+(li>a*3+p+a>img)
  3.  
  4. turns to this
  5. <ul>
  6.         <li>
  7.                 <h2></h2>
  8.                 <p></p>
  9.         </li>
  10.         <li>
  11.                 <h2></h2>
  12.                 <p></p>
  13.                 <a href=""></a>
  14.                 <a href=""></a>
  15.                 <a href=""></a>
  16.         </li>
  17.         <li>
  18.                 <a href=""></a>
  19.                 <a href=""></a>
  20.                 <a href=""></a>
  21.                 <p></p>
  22.                 <a href=""><img src="" alt=""></a>
  23.         </li>
  24. </ul>