JP Markdown Test

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:

  1. Ordered list
  2. Some code to handle images – we prefer H5 tags
  3. Saving the original raw Markdown code into some extra field
  4. And a lot more

Unordered list:

  • works like this
  • pretty nice
  • first level
  • second level
  • third level
  • second level

Ordered list:

  1. works like this
  2. pretty nice
  3. first level
  4. second level
  5. third level
  6. 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:

FV image

Image in a list, hopefully:

  • First item
  • Second item
  • Third item FV image
  • Fourth item

Image insterted via WP Media Library:

2016-02-22 12_20_01-LIAMovie

Above image in a list, hopefully:

  • First item
  • Second item
  • Third item 2016-02-22 12_20_01-LIAMovie
  • Fourth item
  • Fifth item, the same image in H5:
2016-02-22 12_20_01-LIAMovie
  • 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.

Leave a comment

Your email address will not be published. Required fields are marked *