Markdown Previewer
Header (h1) ======== This is a paragraph. Paragraphs are separated by a blank line. *Italic*, **bold**, **_italic bold_**, and `monospace`. Unordered list: * first * second * third > This is > a blockquote. Header (h2) ------------- Numbered list: 1. First 2. Second 3. Third Code: for ($i = 1; $i <= 10; $i++) { echo $i; } Code block: ~~~ function sample() { echo 'Hello World!'; } ~~~ ### Header (h3) ### Nested list: 1. First: * first * second * third 2. Second * first * first * second * third * second * first * second * first * first 3. Third Horizontal rule: *** [Link to Marked](https://marked.js.org) Image: ![Image](https://www.w3schools.com/images/colorpicker.gif "Image")
You will see Markdown converted into HTML here.
This page uses
Marked
.
Image source:
W3Schools
.