spec, markdown, pandoc

I notice Rintze has been helping out with the spec (thank!). But there
are some issues with the formatting. If you want to see how pandoc
renders markdown and don’t want to install it*, see here:

http://johnmacfarlane.net/pandoc/try

Bruce

Also, point of info:

I have the doc header split off into a separate header.html file. I
pull that in and generate the OTC using pandoc, like so:

$ pandoc -s -c screen.css -H header.html --toc specification.mdml >
specification.html

Bruce