Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 204 Bytes

code.md

File metadata and controls

18 lines (15 loc) · 204 Bytes

Markdown documents can also have code samples:

function hello(name) {
  return 'hello ' + name;
}
doctype html
html
  head
    title Jade
  body
    h1 Jade
    p Jade is awesome