3 Awesome Ideas
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:
Unordered list:
Ordered list:
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:

Image insterted via WP Media Library:
Above image in a list, hopefully:

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.