Lorem ipsum odor amet, consectetuer adipiscing elit. Volutpat orci cursus amet quis vel pulvinar taciti. Et dignissim auctor semper nibh ante. Lectus maximus aliquet ultrices ultrices erat massa. Fringilla sagittis suscipit magna, sociosqu gravida amet. Eleifend urna dictumst penatibus; arcu sit pretium torquent lobortis. Nunc vulputate scelerisque commodo dui id. Mus sagittis pharetra torquent blandit aliquet dui quam.

Molestie duis volutpat dolor erat morbi est gravida inceptos duis. Morbi sem laoreet aenean ipsum faucibus pulvinar duis. Ad suspendisse lobortis; faucibus natoque sit adipiscing mauris posuere. Suspendisse sed aptent; felis quam sodales curae potenti. Massa consequat maecenas eu rutrum ac pellentesque. Etiam purus donec fusce justo; netus ultrices.

Math equations

Try inline math equation 2x+y\dfrac{\sqrt{2}}{x+y} and then with block,

SDR(S,O)Standard Deviation Reduction=SD(S)SD before splitjP(OjS)×SD(S,Oj)weighted SD after split\underbrace{SDR(S,O)}_{\text{Standard Deviation Reduction}}= \underbrace{SD(S)}_{\text{SD before split}}- \underbrace{\sum_j P(O_j | S) \times SD(S,O_j)}_{\text{weighted SD after split}}

Images

![Alt text goes here](./img/home.jpg)
Alt that will be used as caption.

With caption?

![Alt that will be used as caption.](./img/home.jpg)
_This is a caption with **bold text** and `code`._

Alt that will be used as caption. This is a caption with bold text and code.

Custom width?

My home

H2: Text with code

Thu nghiem bold text or italic text hay bold and italic same time underline text nay no xem duoc khong.

H3: Inline code code

Thu nghiem inline-code xem the nao.

H4: Order code

  • Unorder 1
  • Unorder 2
    • Unorder 2.1
    • Unorder 2.2
      • Unorder 2.2.1
  • Unorder 3
  1. Order 1
  2. Order 2
    1. Order 2.1
    2. Order 2.2
      1. Order 2.2.1
  3. Order 3

Code block

Simple (not that, highlight a single line with a comment // highlight-line at the line you wanna highlight),

```python
a = (1, 2, 3) # tuple
x = list(a)```
a = (1, 2, 3) # tuple
x = list(a)

With numbering,

// In your gatsby-config.js
plugins: [
  {
    resolve: `gatsby-transformer-remark`,
    options: {
      plugins: [
        `gatsby-remark-prismjs`,
      ]
    }
  }
]

A long script,

// In your gatsby-config.js
plugins: [
  {
    resolve: `gatsby-transformer-remark`,
    options: {
      plugins: [
        `gatsby-remark-prismjs`,      ]
    }
  }
]

// In your gatsby-config.js
plugins: [
  {
    resolve: `gatsby-transformer-remark`,
    options: {
      plugins: [
        `gatsby-remark-prismjs`,
      ]
    }
  }
]

// In your gatsby-config.js
plugins: [
  {
    resolve: `gatsby-transformer-remark`,
    options: {
      plugins: [
        `gatsby-remark-prismjs`,
      ]
    }
  }
]

Numbering starts at 5 and there is a very long line,

// In your gatsby-config.js
plugins: [
  {
    // Try with a very long line, with a very long line, with a very long line, with a very long line,
    resolve: `gatsby-transformer-remark`,
    options: {
      plugins: [
        `gatsby-remark-prismjs`,
      ]
    }
  }
]

With highlighted lines,

plugins: [  {
    resolve: `gatsby-transformer-remark`,
    options: {      plugins: [        `gatsby-remark-prismjs`,      ]
    }
  }
]

Combine highlighted lines and numbering,

plugins: [  {
    resolve: `gatsby-transformer-remark`,
    options: {      plugins: [        `gatsby-remark-prismjs`,      ]
    }
  }
]

With title?

example-file.js
alert('how cool is this!');
example-file.js
plugins: [  {
    resolve: `gatsby-transformer-remark`,
    options: {      plugins: [        `gatsby-remark-prismjs`,      ]
    }
  }
]