Commit 659d2f8 1 parent 6be4bbd commit 659d2f8 Copy full SHA for 659d2f8
File tree 2 files changed +13
-13
lines changed
2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## v0.6.1 (2023-06-02)
4
4
5
- * Support Surface ` v0.11 `
5
+ * Support Surface ` v0.11 `
6
6
7
7
## v0.6.0 (2023-05-29)
8
8
9
- * Support Surface ` v0.10 `
10
- * Fix error line
9
+ * Support Surface ` v0.10 `
10
+ * Fix error line
11
11
12
12
## v0.5.1 (2022-09-23)
13
13
14
- * Support Surface ` v0.9 `
14
+ * Support Surface ` v0.9 `
15
15
16
16
## v0.5.0 (2022-09-01)
17
17
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 `
20
20
21
21
## v0.4.0 (2022-01-31)
22
22
23
- * Update to Surface ` v0.7 `
23
+ * Update to Surface ` v0.7 `
24
24
25
25
## v0.3.0 (2021-11-24)
26
26
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 `
29
29
30
30
## v0.2.0 (2021-06-17)
31
31
32
- * Update Surface to ` v0.5.0 `
32
+ * Update Surface to ` v0.5.0 `
33
33
34
34
## v0.1.0 (2021-05-01)
35
35
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 ` .
Original file line number Diff line number Diff line change 18
18
19
19
A set of global options you can set in ` config.exs ` . Available options are:
20
20
21
- * ` default_class ` - The default CSS class for the wrapping ` <div> ` . It
21
+ * ` default_class ` - The default CSS class for the wrapping ` <div> ` . It
22
22
can be overridden using property ` class ` .
23
23
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 ` .
25
25
It can be overridden using property ` opts ` .
26
26
27
27
``` elixir
You can’t perform that action at this time.
0 commit comments