sta6 does not bundle markdown libraries by default. You have to use an external .md parser, available options:
sta6
.md
Which can be rendered using the special (:raw ...) tag, for example:
(:raw ...)
(:raw (markdown->html "blog/my-first-post.md"))