Skip to content

Commit 659d2f8

Browse files
committed
format README and CHANGELOG
1 parent 6be4bbd commit 659d2f8

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

CHANGELOG.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -2,35 +2,35 @@
22

33
## v0.6.1 (2023-06-02)
44

5-
* Support Surface `v0.11`
5+
* Support Surface `v0.11`
66

77
## v0.6.0 (2023-05-29)
88

9-
* Support Surface `v0.10`
10-
* Fix error line
9+
* Support Surface `v0.10`
10+
* Fix error line
1111

1212
## v0.5.1 (2022-09-23)
1313

14-
* Support Surface `v0.9`
14+
* Support Surface `v0.9`
1515

1616
## v0.5.0 (2022-09-01)
1717

18-
* Update to Surface `v0.8`
19-
* Set minimum Elixir version to `v1.12`
18+
* Update to Surface `v0.8`
19+
* Set minimum Elixir version to `v1.12`
2020

2121
## v0.4.0 (2022-01-31)
2222

23-
* Update to Surface `v0.7`
23+
* Update to Surface `v0.7`
2424

2525
## v0.3.0 (2021-11-24)
2626

27-
* Update to Surface `v0.6.0`
28-
* Update to Earmark `v1.4`
27+
* Update to Surface `v0.6.0`
28+
* Update to Earmark `v1.4`
2929

3030
## v0.2.0 (2021-06-17)
3131

32-
* Update Surface to `v0.5.0`
32+
* Update Surface to `v0.5.0`
3333

3434
## v0.1.0 (2021-05-01)
3535

36-
* Initial version extracted from the `surface` project. Depends on Surface `~> 0.4.0`.
36+
* Initial version extracted from the `surface` project. Depends on Surface `~> 0.4.0`.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ end
1818

1919
A set of global options you can set in `config.exs`. Available options are:
2020

21-
* `default_class` - The default CSS class for the wrapping `<div>`. It
21+
* `default_class` - The default CSS class for the wrapping `<div>`. It
2222
can be overridden using property `class`.
2323

24-
* `default_opts` - The default set of options to be passed down to `Earmark.as_html/2`.
24+
* `default_opts` - The default set of options to be passed down to `Earmark.as_html/2`.
2525
It can be overridden using property `opts`.
2626

2727
```elixir

0 commit comments

Comments
 (0)