Here’s a paragraph of text. First sentence is short. Second sentence is a bit longer to make sure this actually uses some of the screen space and doesn’t just appear as a single line. Third sentence closes the paragraph. Fourth sentence is no longer necessary.
What’s needed:
- Ordered list
- Some code to handle images – we prefer H5 tags
- Saving the original raw Markdown code into some extra field
- And a lot more
Unordered list:
- works like this
- pretty nice
- first level
- second level
- third level
- second level
Ordered list:
- works like this
- pretty nice
- first level
- second level
- third level
- second level
Code block?
<!--?php <br ?--> echo "I can really do what I want here. At least if hope.";
if( 1 < 0 ) {
do_something();
}
Code block with HTML?
<h1>Heading</h1>
Code block with backslash?
$path = 'Libraries\Documents';
Let’s try some image:
Image in a list, hopefully:
- First item
- Second item
- Third item
- Fourth item
Image insterted via WP Media Library:
Above image in a list, hopefully:
- Sixth item
HTML Table
1 | 2 |
3 | 4 |
Markdown Table
Article Title | 1 | 2 | 3 | 4 |
---|---|---|---|---|
First | Second | Third | Fourth | Fifth |
1 | 2 | 3 | 4 | 5 |
Link |
End.