https://leanpub.com/markua/read
{class: part}
# Part
# H1 = Chapter
![image caption](image.png)
You can have external code samples:
![Hello World in Ruby](hello.rb)
You can also inline code samples:
{caption: "Hello World in Ruby"}
```ruby
puts "hello"
```
Currently there’s a bug where icons only show in epub for this shorthand format:
D> This is a discussion.
E> This is an error.
I> This is information.
T> This is a tip.
W> This is a warning.