Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 499 Bytes

File metadata and controls

26 lines (18 loc) · 499 Bytes
layout default

Link to another page

There should be whitespace between paragraphs. We recommend including a README, or a file with information about your project.

Header 1

Header 2

This is a blockquote following a header.

When something is important enough, you do it even if the odds are not in your favor.

Header 3

// Javascript code with syntax highlighting.
var fun = function lang(l) {
  dateformat.i18n = require('./lang/' + l)
  return true;
}