Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 298 Bytes

example.md

File metadata and controls

21 lines (17 loc) · 298 Bytes

Makers Mark Example

@@@ ruby # A rack app proc { [200, { 'Location' => '/' }, "You are being redirected to /" ] } @@@

Some JavaScript

@@@ javascript function countdown() { var i = 10; while(i--) { alert(i); } } @@@

That's pretty much it.