[Docs] Default the markup to html instead of haml.
This commit is contained in:
parent
6581420d86
commit
f728805be3
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user