36 lines
429 B
Text
36 lines
429 B
Text
Gemtext prolofue
|
|
|
|
|
|
|
|
Annotation paragraph text
|
|
|
|
|
|
|
|
> Blockquote paragraph text
|
|
Blockquote caption text
|
|
|
|
```
|
|
[[:foo, 1], [:bar, 2], [:car, 3]].each do |str, num|
|
|
puts str
|
|
puts num**2
|
|
end
|
|
```
|
|
|
|
=> https://example.com Example.com
|
|
|
|
=> assets/images/foo.jpg The Foo
|
|
|
|
=> assets/images/qwe.jpg The Qwe
|
|
=> assets/images/rty.jpg The Rty
|
|
|
|
## Chapter 1
|
|
|
|
Chapter 1 paragraph text
|
|
|
|
## Chapter 2
|
|
|
|
Chapter 2 paragraph text
|
|
|
|
|
|
|
|
Gemtext epilogue
|