# Some markdown

```js
console.log('boom')
function sum(a,b){
  return a + b;
}
> And here's a block quote