# Hello MarkDown



Ok, haha this is text! And this is a [link](https://foobarlink/xy/)..

- this is `code 3+ 4`
- bar 2
  - bla 9

nothing to 
see here haha

- [x] this is an issue #hashtag
- [x] ok blabla ba here we go 
  - [x] foo

```javascript
// this should be code  
function()  {
  var adfadsf = 2 + 4;
  var a = window.foobarx()
}
```

<script>

  var foo = Math.random();
  
  <button click={evt => lively.notify(foo)}>show foo</button>
</script>