# 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. 1. I am 2. The example of 3. A numbered 4. List 1. I am ordered 2. So I have numbers 1. They count up, 1. I want to know when this will break 2. Maybe here? 1. Or maybe up here? 2. Here is a long bit of text to make the line real long so it wraps 3. Hahahahah 2. And can start from any number 3. Nesting is cool 5. Hopefully it works ![House Photo](/home/bbarrow/Pictures/House/1943301509.jpg) 10. This list starts from 10 10. The MD does not incriement the number 10. But it should be incremented in the rendered version! ## A copy of the exact same list from before 1. I am 2. The example of 3. A numbered 4. List 1. I am ordered 2. So I have numbers 1. They count up, 1. I want to know when this will break 2. Maybe here? 1. Or maybe up here? 2. Here is a long bit of text to make the line real long so it wraps 3. Hahahahah 2. And can start from any number 3. Nesting is cool 5. Hopefully it works