How to use Markdown

How to use Markdown The quick and easy way to format web pages

Link

http://www.example.com

<http://www.example.com>

address@example.com

<address@example.com>

This is an example link.

This is an [example link](http://example.com/).

Bold and italic text

one asterisk on each end makes the text italic

*one asterisk on each end makes the text italic*

two asterisks on each end makes text bold

**two asterisks on each end makes text bold**

three asterisk on each end makes text bold and italic

***three asterisk on each end makes text bold and italic***

Text align

Add class "text-left" to align right
Add class "text-center" to align right
Add class "text-right" to align right

{{ <div class="text-left" >}}
    Add class "text-left" to align right
{{ </div>}}
{{ <div class="text-center" >}}
    Add class "text-center" to align right
{{ </div>}}
{{ <div class="text-right" >}}
    Add class "text-right" to align right
{{ </div>}}

Embed HTML

This text format by HTML tag
{{ <html>}}
    This text format by <b>HTML tag</b>
{{ </html>}}

Images

alt text

![alt text](https://simplpost.com/images/sample1.jpg)

Image with caption

Here is the image caption.
Here is the image caption.
{{ <img src="//simplpost.com/images/sample1.thumb320.jpg" caption="Here is the image caption.">}}

Headings or headlines

Heading 1

# Heading 1

Heading 2

## Heading 2

Heading 3

### Heading 3

Heading 4

Heading 4
Heading 5
##### Heading 5
Heading 6
###### Heading 6

Bullet lists

  • Candy.
  • Gum.
  • Booze.
- Candy.
- Gum.
- Booze.

Blockquotes

Donec sit amet nisl. Aliquam semper ipsum sit amet velit. Suspendisse id sem consectetuer libero luctus adipiscing.

> Donec sit amet nisl. Aliquam semper ipsum sit amet velit. Suspendisse
> id sem consectetuer libero luctus adipiscing.

Code blocks

Code blocks
 ``` Code blocks ```

Horizontal rules


---

Bài viết khác

© Copyright 2022 Anphabe. All Rights Reserved.