Revert "update docs"

This reverts commit 43ac01af5c.
This commit is contained in:
tdreyno 2009-10-26 09:33:38 -07:00
parent 43ac01af5c
commit cf39b2e2cb
49 changed files with 1372 additions and 0 deletions

1
spec/fixtures/sample/init.rb vendored Normal file
View file

@ -0,0 +1 @@
enable :maruku

View file

@ -0,0 +1 @@
function() { return "combo"; };

View file

@ -0,0 +1 @@
Static, no code!

View file

@ -0,0 +1,2 @@
body {
font-size: 12px; }

View file

@ -0,0 +1 @@
%p Test

View file

@ -0,0 +1 @@
%h1 Welcome

View file

@ -0,0 +1,7 @@
:javascript
;(function() {
this;
should();
all.be();
on = { one: line };
});

View file

@ -0,0 +1 @@
//= require <to-be-included>

View file

@ -0,0 +1,6 @@
%html
%head
%link{ :href => "/stylesheets/site.css", :rel => "stylesheet", :type => "text/css" }
%title My Sample Site
%body
= yield

View file

@ -0,0 +1 @@
# Hello Maruku {.header}

View file

@ -0,0 +1 @@
%h2 Services

View file

@ -0,0 +1 @@
@import compass/reset.sass