Unison Doc Example
This is an example blog post.
- We can have lists
- That are
- nested
- And its great
- Even lists
- That are numbered
striketrhrough
Inline monospace
font.
Assets
KaTeX
Mermaid
Image
Video
Code
You can evaluate Unison code blocks:
You can inlude the source code of a Unison definition in your codebase:
And you can include code blocks in a specific language. This is Ruby:
def greet name
puts "Hello " + name
end
Callouts
Callouts are blocks that break up the main text.
Asides
Asides go on the side of a text.
Text after the aside is back in the main text.
Tables
Header 1 | Header 2 |
row1 | row2 |
And more!
See The docs on Docs for more details.