# Markdown in #Pachli Current
#Pachli Current now has experimental support for rendering Markdown in posts.
Markdown is a mechanism for including simple formatting while still being understandable as plain text. The first line of this post is a heading, **this is in bold**, *this is italic*, `this is monospace`.
> This is how you quote something.
```kotlin
val msg = "Adding code is easy"
```
- So is
- bullet lists
1. Or...
2. Numbered lists