# Example Guide Chapter

This is an example markdown file for writing a chapter for the endpoints guide.

## Section

Here is some text. Some `code` inline. 

## Section 2

Some more text.

### Example

```
var example = function(){
  return "a block of code";
};
```

## Section 3

Text!

