[Docs] Default the markup to html instead of haml.

This commit is contained in:
Chris Eppstein 2010-05-06 19:07:13 -07:00
parent 6581420d86
commit f728805be3

View File

@ -7,16 +7,16 @@
%section#markup %section#markup
%nav %nav
%ul %ul
%li
%a{:href => "#haml"} haml
%li %li
%a{:href => "#html"} html %a{:href => "#html"} html
%li
%a{:href => "#haml"} haml
.code .code
%ul %ul
%li#haml
%pre= h(example_haml)
%li#html %li#html
%pre= h(example_html) %pre= h(example_html)
%li#haml
%pre= h(example_haml)
%section#styles %section#styles
%nav %nav
%ul %ul