This document contains various markdown syntax examples to test the Parsedown Party plugin functionality.
This is bold text and this is italic text. You can also use bold italic.
This is strikethrough text and inline code.
- Item one
- Item two
- Nested item 2.1
- Nested item 2.2
- Item three
- First item
- Second item
- Nested item 2.1
- Nested item 2.2
- Third item
Automatic links: https://example.com
Use var x = 5; for inline code.
<?php
function hello($name) {
return "Hello, " . $name;
}def greet(name):
return f"Hello, {name}"Indented code block:
function example() {
return true;
}
This is a blockquote
It can span multiple lines
Nested blockquote
Inner blockquote
More content
| Header 1 | Header 2 | Header 3 |
|---|---|---|
| Cell 1 | Cell 2 | Cell 3 |
| Cell 4 | Cell 5 | Cell 6 |
| Left Aligned | Center Aligned | Right Aligned |
|---|---|---|
| Left | Center | Right |
This is a line.
This is a new line with two spaces before it.
This is a new paragraph.
Here are some special characters: © ® ™ € £ ¥
Math symbols: ≤ ≥ ≠ ≈ ± ×
emphasis
emphasis
strong
strong
strong emphasis
strong emphasis
-
First item with paragraph
Additional paragraph in first item
-
Second item
-
Third item
More content
Term 1 : Definition 1
Term 2 : Definition 2a : Definition 2b
This text has a footnote1.
*This won't be italic*
[This won't be a link]
Here's a paragraph with bold, italic, and code.
- Ordered list item
- Unordered nested item
- Another nested item
- Back to ordered
Quote with bold and italic
- Even has lists inside!
- Second item
This document demonstrates the markdown features supported by Parsedown Party. You can use this file to test your plugin's rendering and verify that all features work as expected.
Footnotes
-
This is the footnote content. ↩