original_engine.haml

来自「用ruby on rails写的一个博客程序,还不错..ruby on rail」· HAML 代码 · 共 18 行

HAML
18
字号
!!!  %html    %head      %title Stop. HAML time      #content        %h1 This is a title!        %p Lorem ipsum dolor sit amet, consectetur adipisicing elit        %p{:class => 'foo'} Cigarettes!        %h2 Man alive!        %ul.things          %li Slippers          %li Shoes          %li Bathrobe          %li Coffee       %pre        This is some text that's in a pre block!        Let's see what happens when it's rendered! What about now, since we're on a new line?

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?