---
created: 2014-10-22
taxonomy:
  category:
    - Programming
---

# Hello World From a Test Post!

A blog engine should support code highlighting which is rendered on
server side. We don't have that feature yet. But it should be added
at some point. So:

---more---

```javascript

var x = "test";
function toY(a) {
  return a + " " + x;
}
```

will be rendered as a coloured *JavaScript* code at some point.

## Don't forget about Antalya !

![P1](p1.jpg)

To make a happy start, I'll attach an [Antalya](//antalya.bel.tr){blank} (outer blank link) photo bellow

To make a happy start, I'll attach an [Antalya](//antalya.bel.tr) (outer normal link) photo bellow

And this is a relative link experiment between posts. [Link1](@posts/2014/10/hello-world@)

[![Konyaaltı Beach, Antalya](@posts/2014/10/hello-world@/konyaalti.jpg){big}](@posts/2014/10/hello-world@/konyaalti.jpg){blank}

![Konyaaltı Beach, Antalya](@posts/2014/10/hello-world@/konyaalti.jpg){big}

![Konyaaltı Beach, Antalya](@posts/2014/10/hello-world@/konyaalti.jpg) {a text in brackets!}

A random image

![Random](http://lorempixel.com/400/200/)

The End!
