Some other languages

```js
console.log("hello")
```

~~~python
print("hello")
~~~

```html
<div class="foo">bar</div>
<style>
  .foo {
    color: red;
  }
</style>
```