indented-code.xml 348 B

123456789101112131415
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document xmlns="http://commonmark.org/xml/1.0">
  3. <paragraph>
  4. <text>This code has an unnecessary check:</text>
  5. </paragraph>
  6. <code_block>&lt;?php
  7. if (true) {
  8. echo &quot;Hello World!&quot;;
  9. }
  10. </code_block>
  11. <paragraph>
  12. <text>Do you see it?</text>
  13. </paragraph>
  14. </document>