Test markdown with WordPress
Minimalist Markdown Editor
see syntax for this document here: <https://michelf.ca/projects/php-markdown/extra/>
download the jp markdown plugin
this could be a footnote here
That's some text with a footnote.1
with an extra para under it
This is the simplest and slickest Markdown editor.
Just write Markdown and see what it looks like as you type. And convert it to HTML in one click.
Getting started
How?
Just start typing in the left panel.
Buttons you might want to use
- Quick Reference: that's a reminder of the most basic rules of Markdown
- HTML | Preview: HTML to see the markup generated from your Markdown text, Preview to see how it looks like
Most useful shortcuts
CTRL + O
to open filesCTRL + T
to open a new tabCTRL + S
to save the current file or tab
Privacy
- No data is sent to any server – W3C is good everything you type stays inside your application
- The editor automatically saves what you write locally for future use.
If using a public computer, close all tabs before leaving the editorjonathan
This is italicized, and this is bold.
This is a first level header
This is a link to Google
First line.
Second line.
- Unordered list item
- Unordered list item
- Ordered list item
- Ordered list item
definition lists
Apple Pomaceous fruit of plants of the genus Malus in
the family Rosaceae. Orange The fruit of an evergreen tree of the genus Citrus.
/* This is a code block */
Let's talk about “!
<http://tst.com>
sub heading?
main heading?
- this is a test para HTML is pretty good actually this is a test para this is a test para this is a test para this is a test para this is a test para
this is a test para this is a test para this is a test para this is a test para - this is a test para this is a test para this is a test para this is a test para this is a test para this is a test para this is a test para this is a test para
this is a test para - this is a test para this is a test para this is a test para this is a test para this is a test para this is a test para
code block here
this is not! This is *true* markdown text.
this is actually a table below but may not be formatted very well
Header 1 | Header 2 |
---|---|
Cell 1 | Cell 2 |
another table using the markdown extra format
First Header | Second Header |
---|---|
Content Cell | Content Cell |
Content Cell | Content Cell |