This is a normal paragraph of text.

```
function foo() {
    indentedOne();
    if (bar) {
        // line	with	internal	tabs
        lineWithTrailingTabs();			
        indentedTwo();
    }
}
```

