[Docs] Default the markup to html instead of haml.
This commit is contained in:
parent
6581420d86
commit
f728805be3
@ -7,16 +7,16 @@
|
||||
%section#markup
|
||||
%nav
|
||||
%ul
|
||||
%li
|
||||
%a{:href => "#haml"} haml
|
||||
%li
|
||||
%a{:href => "#html"} html
|
||||
%li
|
||||
%a{:href => "#haml"} haml
|
||||
.code
|
||||
%ul
|
||||
%li#haml
|
||||
%pre= h(example_haml)
|
||||
%li#html
|
||||
%pre= h(example_html)
|
||||
%li#haml
|
||||
%pre= h(example_haml)
|
||||
%section#styles
|
||||
%nav
|
||||
%ul
|
||||
|
Loading…
Reference in New Issue
Block a user