blockquote
Crates a blockqoute.
Output:
Use blockqoute on this text.
copy
Crates a blockqoute.
Output:
Use blockqoute on this text.
copy
Make text bolder by wrapping it with the '**' characters from each side.
Output:
Bold text
copy
Style for a checkbox.
Output:
- Incomplete task
- Complete task
copy
Use emoji in your Markdown files! smile, heart eyes, wink, expressionless, scream, rage, pensive, sob, joy, mask, heart, fire, poop, thumbs up, thumbs down, raised hands, point up.
copy
Use a single '#' character followed by a space and your title to style the header.
Output:
Title heading size 1
copy
Use '##' characters followed by a space and your title to style the header.
Output:
Title heading size 2
copy
Use '###' characters followed by a space and your title to style the header.
Output:
Title heading size 3
copy
Use '####' characters followed by a space and your title to style the header.
Output:
Title heading size 4
copy
Use '#####' characters followed by a space and your title to style the header.
Output:
Title heading size 5
copy
Add image. First argument is the alt text. For the second use the image url.
Output:
copy
Use "`" characters to set inline code element.
Output:
You can put inline code
like so.
copy
Make text italicized by wrapping it with the '*' character from each side.
Output:
Italicized text
copy
Make text striked by wrapping it with the '~~' characters from each side.
Output:
Striked text
copy
Add link to a text.
copy
Create an ordered list of items.
Output:
- First ordered item
- Second item
- Third
copy
Crates a table.
Output:
Column header one
Column header two
Content cell one
Content cell two
Next row column one
Column two
copy
Create an unordered list of items. You can use a '-' character, '+' or a '*'.
Output:
- First unordered item
- Second item
- Third
copy