Hello World
This is a test mate.
This could be a new line
And this should be a new paragraph!
Horizontal rule please
I am some inline code thing
that should be looked at how_neat();
.
Now we have a code block
It is preformatted text.
It can be used to show source code such as the code for the CodeBlock action
namespace GtkCommonMark.NodeActions {
public class CodeBlock : SimpleNodeAction {
public CodeBlock(CMark.Node node) {
base(node);
}
public override Gtk.TextTag get_tag(TagManager tags) {
return tags.code_block;
}
}
}
- I am
- The example of
- A bullet
- List
- I am unordered
- And I can be nested
- (Isn't that neat)
- Which means I have no order and just have few dotty bois
- So there you go
This is my cool quote, what do you think of it?
It's cool, but maybe it could use some nesting if you get what I'm on about here.
- I am
- The example of
- A numbered
- List
- I am ordered
- So I have numbers
- They count up,
- I want to know when this will break
- Maybe here?
- Or maybe up here?
- Here is a long bit of text to make the line real long so it wraps
- Hahahahah
- And can start from any number
- Nesting is cool
- Hopefully it works

- This list starts from 10
- The MD does not incriement the number
- But it should be incremented in the rendered version!
A copy of the exact same list from before
- I am
- The example of
- A numbered
- List
- I am ordered
- So I have numbers
- They count up,
- I want to know when this will break
- Maybe here?
- Or maybe up here?
- Here is a long bit of text to make the line real long so it wraps
- Hahahahah
- And can start from any number
- Nesting is cool
- Hopefully it works