go to index

Theme Preview with a so long long long long title~

Headings

markdown
# H1

## H2

### H3

#### H4

##### H5

###### H6

H1

H2

H3

H4

H5
H6

Paragraphs

markdown
This is a paragraph.
I am still part of the paragraph.

New paragraph.

This is a paragraph. I am still part of the paragraph.

New paragraph.

long paragraph

markdown
Hey, you know how I'm, like, always trying to save the planet? Here's my chance. Must go faster... go, go, go, go, go! Jaguar shark! So tell me - does it really exist? Forget the fat lady! You're obsessed with the fat lady! Drive us out of here! I was part of something special.

My dad once told me, laugh and the world laughs with you, Cry, and I'll give you something to cry about you little bastard! We gotta burn the rain forest, dump toxic waste, pollute the air, and rip up the OZONE! 'Cause maybe if we screw up this planet enough, they won't want it anymore!

Must go faster... go, go, go, go, go! This thing comes fully loaded. AM/FM radio, reclining bucket seats, and... power windows. Must go faster... go, go, go, go, go! Yeah, but John, if The Pirates of the Caribbean breaks down, the pirates don’t eat the tourists.

Yeah, but John, if The Pirates of the Caribbean breaks down, the pirates don’t eat the tourists. Is this my espresso machine? Wh-what is-h-how did you get my espresso machine? This thing comes fully loaded. AM/FM radio, reclining bucket seats, and... power windows.

Hey, you know how I’m, like, always trying to save the planet? Here’s my chance. Must go faster… go, go, go, go, go! Jaguar shark! So tell me - does it really exist? Forget the fat lady! You’re obsessed with the fat lady! Drive us out of here! I was part of something special.

My dad once told me, laugh and the world laughs with you, Cry, and I’ll give you something to cry about you little bastard! We gotta burn the rain forest, dump toxic waste, pollute the air, and rip up the OZONE! ‘Cause maybe if we screw up this planet enough, they won’t want it anymore!

Must go faster… go, go, go, go, go! This thing comes fully loaded. AM/FM radio, reclining bucket seats, and… power windows. Must go faster… go, go, go, go, go! Yeah, but John, if The Pirates of the Caribbean breaks down, the pirates don’t eat the tourists.

Yeah, but John, if The Pirates of the Caribbean breaks down, the pirates don’t eat the tourists. Is this my espresso machine? Wh-what is-h-how did you get my espresso machine? This thing comes fully loaded. AM/FM radio, reclining bucket seats, and… power windows.

Inline code

This is Inline code.

Image

markdown
Web Image

![Web Image](https://i.loli.net/2019/04/13/5cb1d33cf0ee6.jpg)

Local Image

![Local Image](../attachments/100.jpg)

Web Image

Web Image

Local Image

Local Image

Block Quotes

markdown
> This is a block quote

This is a block quote

Code Blocks

markdown
```javascript
// Fenced **with** highlighting
function doIt() {
    for (var i = 1; i <= slen ; i^^) {
        setTimeout("document.z.textdisplay.value = newMake()", i*300);
        setTimeout("window.status = newMake()", i*300);
    }
}
```
javascript
function doIt() {
    for (var i = 1; i <= slen ; i^^) {
        setTimeout("document.z.textdisplay.value = newMake()", i*300);
        setTimeout("window.status = newMake()", i*300);
    }
}
markdown
```go
// Fenced **with** highlighting
package main

import "fmt"

func main() {
    fmt.Println("Hello, World!")
}
```
go
// Fenced **with** highlighting
package main

import "fmt"

func main() {
    fmt.Println("Hello, World!")
}

Tables

markdown
| Colors     |     Fruits      |         Vegetable |
| ---------- | :-------------: | ----------------: |
| Red        |     _Apple_     | [Pepper](#Tables) |
| ~~Orange~~ |     Oranges     |        **Carrot** |
| Green      | ~~**_Pears_**~~ |           Spinach |
ColorsFruitsVegetable
RedApplePepper
OrangeOrangesCarrot
GreenPearsSpinach

List Types

Ordered List

markdown
1. First item
2. Second item
3. Third item
  1. First item
  2. Second item
  3. Third item

Unordered List

markdown
- First item
- Second item
- Third item
  • First item
  • Second item
  • Third item

Math

tex
$$
evidence\_{i}=\sum\_{j}W\_{ij}x\_{j}+b\_{i}
$$

$$
AveP = \int_0^1 p(r) dr
$$

When $a \ne 0$, there are two solutions to \(ax^2 + bx + c = 0\) and they are
$$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$
evidence_i=_jW_ijx_j+b_ievidence\_{i}=\sum\_{j}W\_{ij}x\_{j}+b\_{i} AveP=01p(r)drAveP = \int_0^1 p(r) dr

When a0a \ne 0, there are two solutions to (ax^2 + bx + c = 0) and they are x=b±b24ac2a.x = {-b \pm \sqrt{b^2-4ac} \over 2a}.

Emoji

This is a test for emoji. 😄 🙈 😸 🍉