?  slide 59

Markdown is easier to read than XML


I am sick of being told that this

*.a
..>.b
..>
*.c

Is easier to read than this

<ul>
  <li>a 
    <blockquote><p>b</p></blockquote>
  </li>
  <li>c</li>
</ul>

Not to me

 ?