Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit 1fb30d1

Browse files
committed
style(CHANGELOG): Highlight code blocks in breaking changes
1 parent 86243cb commit 1fb30d1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

CHANGELOG.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -59,28 +59,28 @@
5959

6060
Before:
6161

62-
```
63-
<pagination first-text="<<" ...></pagination>
62+
```html
63+
<pagination first-text="<<"></pagination>
6464
```
6565

6666
After:
6767

68-
```
69-
<pagination first-text="'<<'" ...></pagination>
68+
```html
69+
<pagination first-text="'<<'"></pagination>
7070
```
7171

7272
- **progressbar:**
7373
The 'value' is replaced by 'percent'.
7474

7575
Before:
7676

77-
```
77+
```html
7878
<progress value="..."></progress>
7979
```
8080

8181
After:
8282

83-
```
83+
```html
8484
<progress percent="..."></progress>
8585
```
8686

@@ -92,7 +92,7 @@
9292

9393
Before:
9494

95-
```
95+
```html
9696
<tabs>
9797
<pane heading="one">
9898
First Content
@@ -105,7 +105,7 @@
105105

106106
After:
107107

108-
```
108+
```html
109109
<tabset>
110110
<tab heading="one">
111111
First Content

0 commit comments

Comments
 (0)