Welcome to mirror list, hosted at ThFree Co, Russian Federation.

theme-preview.md « posts « content « exampleSite - github.com/varkai/hugo-theme-zozo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2acb54d10f93af82cb32c357bdf6e5bd189baa6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
---
title: "Theme Preview"
date: 2019-04-13T17:49:40+08:00
hidden: false
draft: false
tags: ["theme"]
keywords: []
description: ""
slug: "Theme Preview"
---

# 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.

# Image

```markdown
Web Image

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

Local Image

![Local Image](100.jpg)

```

Web Image

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

Local Image

![Local Image](/100.jpg)


# 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);
    }
}
```

# Tables

```markdown
| Colors        | Fruits          | Vegetable         |
| ------------- |:---------------:| -----------------:|
| Red           | *Apple*         | [Pepper](#Tables) |
| ~~Orange~~    | Oranges         | **Carrot**        |
| Green         | ~~***Pears***~~ | Spinach           |
```

| Colors        | Fruits          | Vegetable         |
| ------------- |:---------------:| -----------------:|
| Red           | *Apple*         | [Pepper](#Tables) |
| ~~Orange~~    | Oranges         | **Carrot**        |
| Green         | ~~***Pears***~~ | Spinach           |

# 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

# Emoji

This is a test for emoji.
:smile:
:see_no_evil:
:smile_cat:
:watermelon: